]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/nslookup.rb
remove whitespace
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / nslookup.rb
index 0f901017c29b8c021288953811375f1c3e21543c..a3402711d41441d9347b2a2a17bd806006d18b27 100644 (file)
@@ -10,7 +10,7 @@ class DnsPlugin < Plugin
   def help(plugin, topic="")
     "dns <hostname|ip> => show local resolution results for hostname or ip address"
   end
-  
+
   def name_to_ip(m, params)
     begin
       a = getaddresses(params[:host])
@@ -23,7 +23,7 @@ class DnsPlugin < Plugin
       m.reply "#{params[:host]}: not found"
     end
   end
-  
+
   def ip_to_name(m, params)
     begin
       a = gethostname(params[:ip])