= Updated example

This commit is contained in:
Matthew Cech
2019-04-20 23:16:24 -07:00
parent 25d8d51b1d
commit 2b38777350
+1 -1
View File
@@ -1,7 +1,7 @@
-- Example plugin stub. This function is called and passed the input message. -- Example plugin stub. This function is called and passed the input message.
-- If nil is returned, the plugin is considered to have not run, but if any -- If nil is returned, the plugin is considered to have not run, but if any
-- other value is returned, it's interpreted as a string and sent back to the user. -- other value is returned, it's interpreted as a string and sent back to the user.
-- 'local' Variables inside of this file persiste between plugin calls. -- 'local' variables inside of this file persiste between plugin calls.
function plugin(message) function plugin(message)
return nil; return nil;
end end