From ce6aec8cbe6f6a20155b4020bd3e4e34931699c9 Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Wed, 8 Feb 2012 04:42:31 +0000 Subject: added mship command to see what channels someone is on --- config-default/commands.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config-default') diff --git a/config-default/commands.xml b/config-default/commands.xml index 7b8ecab..b6d4c6d 100644 --- a/config-default/commands.xml +++ b/config-default/commands.xml @@ -1,4 +1,9 @@ + + privmsg($event->{to}->[0], $1 . " is on: " . ASM::Util->commaAndify(@{$::sn{lc $1}->{mship}})); + ]]> + privmsg($event->{to}->[0], "source is at http://svn.linuxrulz.org/repos/antispammeta"); -- cgit v1.2.3