Not part of the default build.

Fixed onQuit bug.
This commit is contained in:
rginda%ndcico.com 1999-09-15 02:55:36 +00:00
Родитель 6ffc0d01e2
Коммит 73b0821e65
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -732,7 +732,7 @@ function my_cquit (e)
" (" + e.reason + ")", "QUIT", "!ME");
else
this.display (e.user.properNick + " has left " + e.server.parent.name +
" (" + e.reason + ")", "QUIT", e.user.nick);
" (" + e.reason + ")", "QUIT");
this.list.remove (e.user.getDecoratedNick());