diff options
author | Timo Sirainen <cras@irssi.org> | 2001-06-04 19:50:16 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-06-04 19:50:16 +0000 |
commit | 3609f6f2438f0064968e39739b9f119b0c718605 (patch) | |
tree | 4601b5fdf1fa1111c502bae0046bef41bdf739ef /src/fe-common/irc/module-formats.c | |
parent | f079263035a71e3f97cc7f3c5ebe96ffdba51483 (diff) | |
download | irssi-3609f6f2438f0064968e39739b9f119b0c718605.zip |
Added support for bahamut @+#channel notices. Removed notice_public_ops
format, notice_public is just fine if the channel just contains @ or @+
at the beginning.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1538 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/irc/module-formats.c')
-rw-r--r-- | src/fe-common/irc/module-formats.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fe-common/irc/module-formats.c b/src/fe-common/irc/module-formats.c index cae4bd85..054c50bd 100644 --- a/src/fe-common/irc/module-formats.c +++ b/src/fe-common/irc/module-formats.c @@ -127,7 +127,6 @@ FORMAT_REC fecommon_irc_formats[] = { { "notice_server", "{servernotice $0}$1", 2, { 0, 0 } }, { "notice_public", "{notice $0{pubnotice_channel $1}}$2", 3, { 0, 0, 0 } }, - { "notice_public_ops", "{notice $0{pubnotice_channel @$1}}$2", 3, { 0, 0, 0 } }, { "notice_private", "{notice $0{pvtnotice_host $1}}$2", 3, { 0, 0, 0 } }, { "action_private", "{pvtaction $0}$2", 3, { 0, 0, 0 } }, { "action_private_query", "{pvtaction_query $0}$2", 3, { 0, 0, 0 } }, |