From 4ebfb12529c2bc3070acf549657ea0d438320660 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Fri, 8 May 2026 10:20:16 +0800 Subject: Add !statu as another typo of the !status command --- atmisc.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/atmisc.tcl b/atmisc.tcl index 4792477..825fae2 100644 --- a/atmisc.tcl +++ b/atmisc.tcl @@ -14,6 +14,7 @@ bind pub * "!statussy" statussy # the following three for systwi bind pub * "!statys" statussy bind pub * "!statis" statussy +bind pub * "!statu" statussy bind pub * "!s" statussy proc statussy {nick uhost hand chan text} { @@ -21,7 +22,7 @@ proc statussy {nick uhost hand chan text} { if {[isvoice $nick $chan] || [isop $nick $chan]} { putserv "PRIVMSG $chan :!status $text" } else { - putserv "PRIVMSG #fire-trail :\[atmisc\] ignored \"!statussy/!statys/!statis/!s $text\" from $nick!$uhost in $chan - not a voice or an op" + putserv "PRIVMSG #fire-trail :\[atmisc\] ignored \"!statussy/!statys/!statis/!statu/!s $text\" from $nick!$uhost in $chan - not a voice or an op" } } } -- cgit v1.3.1-10-gc9f91