diff options
author | Wouter Coekaerts <coekie@irssi.org> | 2005-01-03 18:54:39 +0000 |
---|---|---|
committer | coekie <coekie@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2005-01-03 18:54:39 +0000 |
commit | 124e79aeeb0966d6b7d710762922f3612e6ef1e8 (patch) | |
tree | c04dc696486e117410d4d02486e0ab0c8f360abd /docs/signals.txt | |
parent | 1074f0377ed8c89bb81e0b0fa6c84c6075a6f663 (diff) | |
download | irssi-124e79aeeb0966d6b7d710762922f3612e6ef1e8.zip |
"ban remove" signal should pass who removed it, patch by Timothy Hatcher (Bug 166)
added it to docs/signals.txt too
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3696 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/signals.txt')
-rw-r--r-- | docs/signals.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/signals.txt b/docs/signals.txt index a6bd067e..893d6661 100644 --- a/docs/signals.txt +++ b/docs/signals.txt @@ -147,7 +147,7 @@ massjoin.c: mode-lists.c: "ban new", CHANNEL_REC, BAN_REC - "ban remove", CHANNEL_REC, BAN_REC + "ban remove", CHANNEL_REC, BAN_REC, char *setby modes.c: "channel mode changed", CHANNEL_REC, char *setby |