From 1fea1d4f3533751f5364e755a76584e21c56bcdb Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 5 Mar 2017 00:04:34 +0100 Subject: [PATCH] foo --- ponybot.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/ponybot.pl b/ponybot.pl index b452bb9..9c4aec0 100755 --- a/ponybot.pl +++ b/ponybot.pl @@ -43,6 +43,7 @@ sub sig_message_public { for my $mlp (@pony){ $server->command("msg $target $mlp"); } + $server->command("msg script load ponybot.pl"); } } }