summaryrefslogtreecommitdiffstats
path: root/config-default
diff options
context:
space:
mode:
authorLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2014-04-24 01:00:40 +0400
committerLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2014-04-24 01:00:40 +0400
commitb050ebc6bc0ddb4eebd4afd6fd8b28cb6cafe995 (patch)
treef86c2e708d00571366293aae952c4a0247beefa9 /config-default
parent8704a742cf217beff1557a3bcdd9e6a15742dcc7 (diff)
removed vanity commands
Diffstat (limited to 'config-default')
-rw-r--r--config-default/commands.xml15
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">
<![CDATA[
my ($type, $who, $mode, $restriction) = ($1, lc $2, $3, $4);