aanoaa / p5-hubot

hubot perl port
15 stars 3 forks source link

fix uninitialized value of msg #48

Closed hggh closed 10 years ago

hggh commented 10 years ago

if a user leaves or quits without a message, the following shows up in the error log:

hggh quit: Use of uninitialized value $msg in concatenation (.) or string at lib/Hubot/Adapter/Irc.pm line 153.

hggh leaves: Use of uninitialized value $msg in concatenation (.) or string at lib/Hubot/Adapter/Irc.pm line 145.

aanoaa commented 10 years ago

thanks