1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 11:16:38 +02:00

regchannels: remove dependency on no-delete-null-pointer-checks

This commit is contained in:
Adam
2023-05-28 21:25:02 -04:00
parent 0646547c9e
commit 66f37139cb
12 changed files with 39 additions and 18 deletions
+1 -1
View File
@@ -617,7 +617,7 @@ void ModeManager::StackerAdd(BotInfo *bi, Channel *c, ChannelMode *cm, bool Set,
if (bi)
s->bi = bi;
else
s->bi = c->ci->WhoSends();
s->bi = c->WhoSends();
if (!modePipe)
modePipe = new ModePipe();