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 /docs/signals.txt | |
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 'docs/signals.txt')
-rw-r--r-- | docs/signals.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/signals.txt b/docs/signals.txt index 20484abd..203e8b0b 100644 --- a/docs/signals.txt +++ b/docs/signals.txt @@ -184,6 +184,7 @@ dcc*.c: "dcc rejecting", DCC_REC "dcc closed", DCC_REC "dcc request", DCC_REC, char *sendaddr + "dcc request send", DCC_REC "dcc chat message", DCC_REC, char *msg "dcc transfer update", DCC_REC "dcc get receive", DCC_REC |