mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 01:22:26 +02:00
fixed some problems with ignoring server modes. Added different format
text for server modes. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@97 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
aea9de2c10
commit
da86294a25
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
||||||
topic_unset = "Topic unset by %_$1%_ on $2";
|
topic_unset = "Topic unset by %_$1%_ on $2";
|
||||||
topic_info = "Topic set by %_$1%_ [$2]";
|
topic_info = "Topic set by %_$1%_ [$2]";
|
||||||
chanmode_change = "mode/$1 [$2] by %_$3";
|
chanmode_change = "mode/$1 [$2] by %_$3";
|
||||||
|
server_chanmode_change = "ServerMode/$1 [$2] by %_$3";
|
||||||
channel_mode = "mode/$1 [$2]";
|
channel_mode = "mode/$1 [$2]";
|
||||||
banlist = "%_$1%_: ban $2";
|
banlist = "%_$1%_: ban $2";
|
||||||
banlist_long = "%_$1%_: ban $2 [by %_$3%_, $4 secs ago]";
|
banlist_long = "%_$1%_: ban $2 [by %_$3%_, $4 secs ago]";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue