зеркало из https://github.com/mozilla/pjs.git
Not part of the default build.
Fixed onQuit bug.
This commit is contained in:
Родитель
6ffc0d01e2
Коммит
73b0821e65
|
@ -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());
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче