mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
added host parameter to /format nick_changed, own_nick_changed and
chanmode_change git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2712 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
346fe6af7b
commit
1c72768b93
@ -189,7 +189,7 @@ static void sig_message_mode(IRC_SERVER_REC *server, const char *channel,
|
|||||||
else {
|
else {
|
||||||
printformat(server, channel, MSGLEVEL_MODES,
|
printformat(server, channel, MSGLEVEL_MODES,
|
||||||
IRCTXT_CHANMODE_CHANGE,
|
IRCTXT_CHANMODE_CHANGE,
|
||||||
channel, mode, nick);
|
channel, mode, nick, addr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -63,7 +63,7 @@ FORMAT_REC fecommon_irc_formats[] = {
|
|||||||
{ "topic", "Topic for {channelhilight $0}: $1", 2, { 0, 0 } },
|
{ "topic", "Topic for {channelhilight $0}: $1", 2, { 0, 0 } },
|
||||||
{ "no_topic", "No topic set for {channelhilight $0}", 1, { 0 } },
|
{ "no_topic", "No topic set for {channelhilight $0}", 1, { 0 } },
|
||||||
{ "topic_info", "Topic set by {nick $0} {comment $1}", 2, { 0, 0 } },
|
{ "topic_info", "Topic set by {nick $0} {comment $1}", 2, { 0, 0 } },
|
||||||
{ "chanmode_change", "mode/{channelhilight $0} {mode $1} by {nick $2}", 3, { 0, 0, 0 } },
|
{ "chanmode_change", "mode/{channelhilight $0} {mode $1} by {nick $2}", 4, { 0, 0, 0, 0 } },
|
||||||
{ "server_chanmode_change", "{netsplit ServerMode}/{channelhilight $0} {mode $1} by {nick $2}", 3, { 0, 0, 0 } },
|
{ "server_chanmode_change", "{netsplit ServerMode}/{channelhilight $0} {mode $1} by {nick $2}", 3, { 0, 0, 0 } },
|
||||||
{ "channel_mode", "mode/{channelhilight $0} {mode $1}", 2, { 0, 0 } },
|
{ "channel_mode", "mode/{channelhilight $0} {mode $1}", 2, { 0, 0 } },
|
||||||
{ "bantype", "Ban type changed to {channel $0}", 1, { 0 } },
|
{ "bantype", "Ban type changed to {channel $0}", 1, { 0 } },
|
||||||
|
Loading…
Reference in New Issue
Block a user