mirror of
https://github.com/anope/anope.git
synced 2026-06-28 22:46:38 +02:00
regchannels: remove dependency on no-delete-null-pointer-checks
This commit is contained in:
@@ -362,7 +362,7 @@ class UnrealIRCdProto : public IRCDProto
|
||||
/* Unreal does not support updating a channels TS without actually joining a user,
|
||||
* so we will join and part us now
|
||||
*/
|
||||
BotInfo *bi = c->ci->WhoSends();
|
||||
BotInfo *bi = c->WhoSends();
|
||||
if (!bi)
|
||||
;
|
||||
else if (c->FindUser(bi) == NULL)
|
||||
|
||||
Reference in New Issue
Block a user