diff options
| author | 2014-04-24 01:00:40 +0400 | |
|---|---|---|
| committer | 2014-04-24 01:00:40 +0400 | |
| commit | b050ebc6bc0ddb4eebd4afd6fd8b28cb6cafe995 (patch) | |
| tree | f86c2e708d00571366293aae952c4a0247beefa9 | |
| parent | 8704a742cf217beff1557a3bcdd9e6a15742dcc7 (diff) | |
removed vanity commands
| -rw-r--r-- | config-default/commands.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/config-default/commands.xml b/config-default/commands.xml index 0decc02..1589fcf 100644 --- a/config-default/commands.xml +++ b/config-default/commands.xml @@ -18,11 +18,6 @@ $conn->privmsg($event->replyto, "Added $user to the list of authorized web users.") ]]> </command> - <command cmd="^;makemelunch"> - <![CDATA[ - $conn->me($event->replyto, "makes " . $event->{nick} . " a sandwich"); - ]]> - </command> <command cmd="^;teredo (\S+)"> <![CDATA[ my $arg1 = $1; @@ -478,16 +473,6 @@ $conn->privmsg($event->replyto, 'config files were re-read'); ]]> </command> - <command cmd="^;say (.*)" flag="t"> - <![CDATA[ - $conn->privmsg($event->replyto, $1); - ]]> - </command> - <command cmd="^;do (.*)" flag="t"> - <![CDATA[ - $conn->me($event->replyto, $1); - ]]> - </command> <command cmd="^;restrict (nick|account|host) (\S+) (\+|-)([a-z]+)$" flag="a"> <