summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/quakeauth.rb
diff options
context:
space:
mode:
authorRaine Virta <rane@kapsi.fi>2009-02-19 16:26:34 +0200
committerRaine Virta <rane@kapsi.fi>2009-02-19 16:26:34 +0200
commit783ffa4235330029d661752b1023db635b26f2b3 (patch)
treee60c7a89e7053120b33810230401f5490a3cb697 /data/rbot/plugins/quakeauth.rb
parentff452ad1bf111025f0661274ac7fb8b2f769a293 (diff)
remove whitespace
Diffstat (limited to 'data/rbot/plugins/quakeauth.rb')
-rw-r--r--data/rbot/plugins/quakeauth.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/rbot/plugins/quakeauth.rb b/data/rbot/plugins/quakeauth.rb
index 40b91e11..c1a8f9c4 100644
--- a/data/rbot/plugins/quakeauth.rb
+++ b/data/rbot/plugins/quakeauth.rb
@@ -10,7 +10,7 @@
# Automatically auths with Q on QuakeNet servers
class QPlugin < Plugin
-
+
def help(plugin, topic="")
case topic
when ""
@@ -23,7 +23,7 @@ class QPlugin < Plugin
return "qauth register <email>: register with Q, an email on how to proceed will be sent to the email address you provide"
end
end
-
+
def initialize
super
# this plugin only wants to store strings!
@@ -43,7 +43,7 @@ class QPlugin < Plugin
@registry['quakenet.auth'] = params[:password]
m.okay
end
-
+
def connect
identify(nil, {}) if on_quakenet?
end