summaryrefslogtreecommitdiffstats
path: root/config-default/commands.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config-default/commands.xml')
-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);