From 04c4d4ae0d6fdfe9e59a50e79b40047a08feefb7 Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Wed, 6 Jun 2007 21:30:25 +0000 Subject: Added files --- config-default/commands.xml | 67 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 config-default/commands.xml (limited to 'config-default/commands.xml') diff --git a/config-default/commands.xml b/config-default/commands.xml new file mode 100644 index 0000000..4d543c9 --- /dev/null +++ b/config-default/commands.xml @@ -0,0 +1,67 @@ + + + join($1); + ]]> + + + part($1); + ]]> + + + sl($1); + ]]> + + + quit($1); + ]]> + + + + + + privmsg($event->{to}->[0], 'config files were re-read'); + ]]> + + + privmsg($event->{to}->[0], $1); + ]]> + + + me($event->{to}->[0], $1); + ]]> + + + > io 'exempt.txt'; + $conn->privmsg($event->{to}->[0], "$1 exempted"); + ]]> + + + {to}->[0], 'opalert', 'hilights')); + $conn->privmsg($_, "$hilite: $event->{nick} wants your attention ($1) ") foreach getAlert($event->{to}->[0], 'opalert', 'msgs'); + ]]> + + + getlines; + chomp @eline; + ]]> + + + sl("remove $event->{to}->[0] $1"); + ]]> + + -- cgit v1.2.3