diff options
author | Timo Sirainen <cras@irssi.org> | 2001-05-11 12:55:18 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-05-11 12:55:18 +0000 |
commit | f3f8eb620a4c47da0479b2fc7c8e1e1ed386d5c8 (patch) | |
tree | 0295ad9ce763d5ed7732a40fc8da7dbe72b99279 /src/fe-common/irc/dcc/module-formats.c | |
parent | cb2868557491ce3d1d61d6d55811a80a387efe4f (diff) | |
download | irssi-f3f8eb620a4c47da0479b2fc7c8e1e1ed386d5c8.zip |
added "dcc request send" signal - irssi now prints "DCC CHAT/SEND request
sent to nick".
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1472 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/irc/dcc/module-formats.c')
-rw-r--r-- | src/fe-common/irc/dcc/module-formats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-common/irc/dcc/module-formats.c b/src/fe-common/irc/dcc/module-formats.c index 2c6c7bd3..8f1aea81 100644 --- a/src/fe-common/irc/dcc/module-formats.c +++ b/src/fe-common/irc/dcc/module-formats.c @@ -60,6 +60,7 @@ FORMAT_REC fecommon_irc_dcc_formats[] = { { "dcc_connect_error", "{dcc DCC can't connect to {hilight $0} port {hilight $1}}", 2, { 0, 1 } }, { "dcc_cant_create", "{dcc DCC can't create file {dccfile $0}}", 1, { 0 } }, { "dcc_rejected", "{dcc DCC $0 was rejected by {nick $1} [{hilight $2}]}", 3, { 0, 0, 0 } }, + { "dcc_request_send", "{dcc DCC $0 request sent to {nick $1}: $2", 3, { 0, 0, 0 } }, { "dcc_close", "{dcc DCC $0 close for {nick $1} [{hilight $2}]}", 3, { 0, 0, 0 } }, { "dcc_lowport", "{dcc Warning: Port sent with DCC request is a lowport ({hilight $0, $1}) - this isn't normal. It is possible the address/port is faked (or maybe someone is just trying to bypass firewall)}", 2, { 1, 0 } }, { "dcc_list_header", "{dcc DCC connections}", 0 }, |