diff options
author | Timo Sirainen <cras@irssi.org> | 2002-04-09 05:27:31 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-04-09 05:27:31 +0000 |
commit | 5a0d676864b06cb7fb56dcc2779d3f5005dd7b00 (patch) | |
tree | ba2b019d6732a5b3a9a6c84bdca2a626c7441c25 /scripts | |
parent | 61e8c12bb509d947873ee2d1df0c42aa0c1ef6ca (diff) | |
download | irssi-5a0d676864b06cb7fb56dcc2779d3f5005dd7b00.zip |
updated comments
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2659 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kills.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/kills.pl b/scripts/kills.pl index 3d7d5854..7ed2d533 100644 --- a/scripts/kills.pl +++ b/scripts/kills.pl @@ -1,9 +1,6 @@ # Display kills with more understandable messages. # for irssi 0.7.98 by Timo Sirainen -# I didn't find anyone else who had done this so I had to figure everything -# out myself, hope this works correctly and in all irc networks. - # There's one kind of nick collision this script doesn't handle - if the # collision is detected by the server you're connected to, it won't use # kill as quit reason, but "Nick collision(new)" or "..(old)". This is pretty |