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.
Files changed (2) hide show
  1. data/library/pulse/handling.rb +1 -1
  2. metadata +2 -1
@@ -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
- each_user command.sender.nickname do |user|
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
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 3
8
8
  - 1
9
- version: 1.3.1
9
+ - 1
10
+ version: 1.3.1.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Mikkel Kroman