summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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: