summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/rbot/plugins/script.rb4
1 files changed, 2 insertions, 2 deletions
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