Skip to content

Commit 72d6b5a

Browse files
committed
Fix notice without from user
1 parent 769e4a4 commit 72d6b5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/irc.coffee

+2
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ class IrcBot extends Adapter
220220
self.createUser channel, nick
221221

222222
bot.addListener 'notice', (from, to, message) ->
223+
return unless from
224+
223225
if from in options.ignoreUsers
224226
logger.info('Ignoring user: %s', from)
225227
# we'll ignore this message if it's from someone we want to ignore

0 commit comments

Comments
 (0)