From e2d9de9f6dd3333bef7e3ca7c3dec94e8032f54f Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Sat, 25 Oct 2014 05:22:32 +0000 Subject: [PATCH] Say global help message --- rhawk | 6 ------ spades.awk | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/rhawk b/rhawk index 5420d63..1f9b013 100755 --- a/rhawk +++ b/rhawk @@ -356,12 +356,6 @@ MSG !~ /^\./ && say("Awk, awk, awk! I'm a bird!") } -!(FROM in bots) && -((TO == NICK && /(help|halp)/) || - /^[^.](help|halp)/) { - reply("Nothing can help you now..") -} - /(\<[Hh][Oo]\>.*){3}/ { say("\00309Merry \00304Christmas!") } diff --git a/spades.awk b/spades.awk index b718c10..a010c0f 100644 --- a/spades.awk +++ b/spades.awk @@ -395,6 +395,10 @@ AUTH == OWNER && } # Help +/^\.help$/ { + say(".help spades -- play a game of spades") +} + /^\.help [Ss]pades$/ { say("Spades -- play a game of spades") say(".help game -- setup and administer the game") -- 2.43.2