From: Giuseppe Bilotta Date: Tue, 18 Mar 2008 23:22:39 +0000 (+0100) Subject: script plugin: use m.okay X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=a51ae05ee0252576a10a77c9f92c0ce096be73aa;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git script plugin: use m.okay --- diff --git a/data/rbot/plugins/script.rb b/data/rbot/plugins/script.rb index 83a1c914..c994d4da 100644 --- a/data/rbot/plugins/script.rb +++ b/data/rbot/plugins/script.rb @@ -113,7 +113,7 @@ class ScriptPlugin < Plugin command = Command.new( code, nick, created, channel ) @commands[name] = command - m.reply( "done" ) + m.okay end @@ -129,7 +129,7 @@ class ScriptPlugin < Plugin end @commands.delete( name ) - m.reply( "done" ) + m.okay end