mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
notify-ison: Don't send ison before the connection is done
This commit is contained in:
parent
653c7fb05a
commit
15736ba5ab
1 changed files with 4 additions and 0 deletions
|
|
@ -80,6 +80,10 @@ static void ison_send(IRC_SERVER_REC *server, GString *cmd)
|
||||||
{
|
{
|
||||||
MODULE_SERVER_REC *mserver;
|
MODULE_SERVER_REC *mserver;
|
||||||
|
|
||||||
|
if (!server->connected) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
mserver = MODULE_DATA(server);
|
mserver = MODULE_DATA(server);
|
||||||
mserver->ison_count++;
|
mserver->ison_count++;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue