Skip to content

Commit

Permalink
Minor text changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistos committed Nov 18, 2010
1 parent 4710fbf commit 58c2222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mathetes/plugins/soviet-russia.rb
Expand Up @@ -61,7 +61,7 @@ def initialize( mathetes )
if reversal && ! reversal.strip.empty?
message.answer "HA! In Soviet Russia, #{reversal} YOU!"
else
message.answer "Nothing like that happens in Soviet Russia."
message.answer "Stuff like that actually happens in Soviet Russia."
end
rescue Exception => e
message.answer e.message
Expand All @@ -82,7 +82,7 @@ def handle_privmsg( message )
begin
reversal = RussianReversal.reverse( message.text )
if reversal && ! reversal.strip.empty?
message.answer "HA! In Soviet Russia, #{reversal} YOU!"
message.answer "Ha! In Soviet Russia, #{reversal} YOU!"
@channels[channel][:last] = Time.now.to_i
else
$stderr.puts %{No SR for "#{message}"}
Expand Down

0 comments on commit 58c2222

Please sign in to comment.