Pulse 1.3.1 → 1.3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|