]> Pileus Git - ~andy/rhawk/blobdiff - rhawk
Make #rhinoise the primary channel
[~andy/rhawk] / rhawk
diff --git a/rhawk b/rhawk
index 83be8071f68a2c6693cbd07948c7fe0822f10833..713c7995b267806f457b5a142ae3447faa0955fa 100755 (executable)
--- a/rhawk
+++ b/rhawk
@@ -22,7 +22,7 @@ BEGIN {
        delete login
 
        if (FIRST) {
-               join("#rhnoise")
+               join("#rhtest")
                join("#rhspades")
                join("#sfvlug")
        }
@@ -349,6 +349,15 @@ FROM == "rhnoise" && $2 == "slaps" && $3 == NICK {
        say("THE LARCH");
 }
 
+/(for what|that for)\?$/ {
+       say("For great justice!");
+}
+
+/\<nazi/ {
+       say("And now it's...");
+       say("Springtime for Hitler and Germany!");
+}
+
 # God damn commands
 FROM == "rhnoise" && load_mod {
        say(".load " load_mod)