aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.rb b/example.rb
index b52d4ab..0bcfce6 100644
--- a/example.rb
+++ b/example.rb
@@ -14,7 +14,7 @@ bot = Dinobot::Bot.new('irc.example.org', 6667, 'dinobot') do
@modules[:lastfm].setapikey('keyhere')
add_alias 'np', 'lastfm np'
- add_alias 'song', 'lastfm song'
+ add_alias 'song', 'lastfm np'
end
loop do