Skip to content

Commit

Permalink
rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasb committed May 26, 2012
1 parent 137d9fd commit 32a4f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ircbot/commands.rb
Expand Up @@ -27,7 +27,7 @@ def quit(msg='Bye')
@conn.close
end

def who(channel)
def list_users(channel)
assert_connected
synchronize do
users = []
Expand Down

0 comments on commit 32a4f40

Please sign in to comment.