]> git.donarmstrong.com Git - infobot.git/blobdiff - src/IRC/Irc.pl
part now warns if we're on a channel - allow it anyway.
[infobot.git] / src / IRC / Irc.pl
index 6fd4f074086efba4d68121c48b88436823db4619..8d09e0abad3799c39fb8985c8298ec6826c89ffe 100644 (file)
@@ -425,8 +425,8 @@ sub part {
 
        &status("parting $chan");
        if (!&validChan($chan)) {
-           &status("part: not on $chan");
-           next;
+           &WARN("part: not on $chan; doing anyway");
+#          next;
        }
 
        rawout("PART $chan");
@@ -580,6 +580,7 @@ sub joinNextChan {
        }
 
        # chanserv check: channel specific.
+       ### what the hell is this for...
        &chanServCheck($chan);
 
     } else {
@@ -791,7 +792,7 @@ sub joinfloodCheck {
 sub getHostMask {
     my($n) = @_;
 
-    &FIXME("getHostMask...");
+    &FIXME("getHostMask($n) called...");
 }
 
 1;