diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-03-09 20:18:17 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-03-09 20:18:17 -0700 |
commit | 0d83129222e7e39f5698acb5d6bd68ceaad25faa (patch) | |
tree | 6042f5a58b093756600086c6d20afb4dba7f40b0 /plugins/message.rb | |
parent | Explicitly ignore config.rb (diff) | |
download | udp2irc-0d83129222e7e39f5698acb5d6bd68ceaad25faa.tar.gz udp2irc-0d83129222e7e39f5698acb5d6bd68ceaad25faa.tar.bz2 udp2irc-0d83129222e7e39f5698acb5d6bd68ceaad25faa.zip |
Add vim modelines (as a test commit for the live bot).
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'plugins/message.rb')
-rw-r--r-- | plugins/message.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/message.rb b/plugins/message.rb index 22b6491..520bf1f 100644 --- a/plugins/message.rb +++ b/plugins/message.rb @@ -27,4 +27,6 @@ class MessagePlugin Channel(IRC_CHANNEL).send message end -end
\ No newline at end of file +end + +# vim: ft=rb sts=2 ts=2: |