mirror of
https://github.com/anope/anope.git
synced 2026-07-05 07:33:13 +02:00
regchannels: remove dependency on no-delete-null-pointer-checks
This commit is contained in:
@@ -179,7 +179,7 @@ class InspIRCd3Proto : public IRCDProto
|
||||
{
|
||||
if (Servers::Capab.count("SVSTOPIC"))
|
||||
{
|
||||
UplinkSocket::Message(c->ci->WhoSends()) << "SVSTOPIC " << c->name << " " << c->topic_ts << " " << c->topic_setter << " :" << c->topic;
|
||||
UplinkSocket::Message(c->WhoSends()) << "SVSTOPIC " << c->name << " " << c->topic_ts << " " << c->topic_setter << " :" << c->topic;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user