]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Whitespace cleanup
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 30 Jan 2007 01:36:26 +0000 (01:36 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 30 Jan 2007 01:36:26 +0000 (01:36 +0000)
lib/rbot/ircbot.rb

index 641eff29aaf846fdae8490b67f4e07503f49d680..9ebed4474c2fa87631ce433832d624b5893f717f 100644 (file)
@@ -904,17 +904,17 @@ class IrcBot
 
   # attempt to change bot's nick to +name+
   def nickchg(name)
-      sendq "NICK #{name}"
+    sendq "NICK #{name}"
   end
 
   # changing mode
   def mode(channel, mode, target)
-      sendq "MODE #{channel} #{mode} #{target}", channel, 2
+    sendq "MODE #{channel} #{mode} #{target}", channel, 2
   end
 
   # kicking a user
   def kick(channel, user, msg)
-      sendq "KICK #{channel} #{user} :#{msg}", channel, 2
+    sendq "KICK #{channel} #{user} :#{msg}", channel, 2
   end
 
   # m::     message asking for help