]> jfr.im git - irc/quakenet/newserv.git/blobdiff - helpmod2/hchannel.c
treat ::ffff:0.0.0.0/96 as ipv4 0/0
[irc/quakenet/newserv.git] / helpmod2 / hchannel.c
index 57a59368d99979ad8075a10042a7904f7c6cb8f7..1ce77155599652026ac83884e0d57888b9d03628 100644 (file)
@@ -102,7 +102,7 @@ int hchannel_del(hchannel *hchan)
     while (hchan->htickets)
         hticket_del(hchan->htickets, hchan);
 
-    localpartchannel(helpmodnick, hchan->real_channel);
+    localpartchannel(helpmodnick, hchan->real_channel, "Channel Removed");
 
     free(hchan);