Ailin Nemui added 10 commits
February 26, 2021 14:19
Comment on lines +81 to +82
|
|
||
| GSList *queries[CHANNEL_QUERIES]; /* All queries that need to be asked from server */ | ||
| } SERVER_QUERY_REC; | ||
| #define WHO_Ps_PPtna_745 "WHO %s %%tna,745" |
Comment on lines 46 to 51
| if (g_ascii_strcasecmp(nick, server->nick) == 0) { | ||
| /* You joined, no need to do anything here */ | ||
| return; | ||
| /* You joined, do not massjoin */ | ||
| send_massjoin = FALSE; | ||
| } else { | ||
| send_massjoin = TRUE; | ||
| } |
|
|
||
| if (rec->failure_signal != NULL) | ||
| signal_emit(rec->failure_signal, 1, server); | ||
| signal_emit(rec->failure_signal, 3, server, rec->cmd->name, rec->arg); |
Comment on lines +604 to +607
| signal_add_first("event 354", (SIGNAL_FUNC) event_whox_743); | ||
| signal_add("silent event who", (SIGNAL_FUNC) event_who); | ||
| signal_add("silent event whox", (SIGNAL_FUNC) event_whox_743); | ||
| signal_add("silent event whox useraccount", (SIGNAL_FUNC) event_whox_745); |
Ailin Nemui added 4 commits
February 27, 2021 21:02