summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-03-09 20:18:17 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-03-09 20:18:17 -0700
commit0d83129222e7e39f5698acb5d6bd68ceaad25faa (patch)
tree6042f5a58b093756600086c6d20afb4dba7f40b0 /udp2irc.rb
parentExplicitly ignore config.rb (diff)
downloadudp2irc-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 'udp2irc.rb')
-rw-r--r--udp2irc.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/udp2irc.rb b/udp2irc.rb
index 6ad3724..cb500db 100644
--- a/udp2irc.rb
+++ b/udp2irc.rb
@@ -19,3 +19,5 @@ end
Thread.new { Listener.new(bot).start }
bot.start
+
+# vim: ft=rb sts=2 ts=2: