summaryrefslogtreecommitdiffstats
path: root/bot.rb
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-03-25 19:55:15 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-03-25 19:55:47 +0100
commit5544cc1a47ee2cbcdfd5b5596fb82a3986fe8cdd (patch)
treebb422c56ffebadfe8629a5317e84e136786c6993 /bot.rb
parent46099da79330934c807c2b3ad5eef2f0174a8592 (diff)
downloadlain-5544cc1a47ee2cbcdfd5b5596fb82a3986fe8cdd.tar
lain-5544cc1a47ee2cbcdfd5b5596fb82a3986fe8cdd.zip
Remove monkeypatched SCRAM-SHA-1 implementationHEADmaster
Diffstat (limited to 'bot.rb')
-rw-r--r--bot.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/bot.rb b/bot.rb
index 55fbac7..1d5c0f6 100644
--- a/bot.rb
+++ b/bot.rb
@@ -1,8 +1,6 @@
require 'xmpp4r'
require 'xmpp4r/muc/helper/simplemucclient'
-require_relative 'sasl'
-
require_relative 'config'
module Lain