Renamed scripts to obey rules (numbered filenames) that will be brought in next commit
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / menu.pl
diff --git a/purple/answerscripts.d/menu.pl b/purple/answerscripts.d/menu.pl
deleted file mode 100755 (executable)
index d7afa4e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/env perl
-#Just for you to see that you can use almost any language :-)
-use strict;
-use warnings;
-use Switch;
-
-switch ($ENV{ANSW_MSG}) {
-       case /^!help$/  { print "What did you expected? A help?! :-P"; }
-       case /^!ping$/  { print "PONG"; }
-       case /^!whoami$/        { print "You are: $ENV{ANSW_FROM}"; }
-       case /^!(reboot|reset|restart|halt)$/   { print "Broadcast message: The system is going down for reboot NOW !!"; }
-       case /^!google/ { print "UTFG Yourself: http://google.com/"; }
-       case /^!uptime$/        { print qx{uptime}; }
-       case /^!date$/  { print qx{date}; }
-       case /^!dmesg$/ { print qx{ dmesg | tail -n 5 | tr '\n' '^' } }
-}
This page took 0.086983 seconds and 4 git commands to generate.