diff options
| -rw-r--r-- | config-default/commands.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ <commands> + <command cmd="^;mship (\S+)$" flag="c"> + <![CDATA[ + $conn->privmsg($event->{to}->[0], $1 . " is on: " . ASM::Util->commaAndify(@{$::sn{lc $1}->{mship}})); + ]]> + </command> <command cmd="^;source$"> <![CDATA[ $conn->privmsg($event->{to}->[0], "source is at http://svn.linuxrulz.org/repos/antispammeta"); |
