Pulse 1.3.1 → 1.3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/library/pulse/handling.rb +1 -1
- metadata +2 -1
data/library/pulse/handling.rb
CHANGED
@@ -32,7 +32,7 @@ module Pulse
|
|
32
32
|
# Someone has changed their nickname
|
33
33
|
# mk!mk@maero.dk NICK mk_
|
34
34
|
def got_nick command
|
35
|
-
|
35
|
+
each_instance_of command.sender.nickname do |user|
|
36
36
|
emit :rename, user, command[0]
|
37
37
|
user.name = command[0]
|
38
38
|
end
|