Skip to content

Commit

Permalink
forgot #gazouilleur channel's case
Browse files Browse the repository at this point in the history
  • Loading branch information
RouxRC committed Jan 4, 2016
1 parent c80b243 commit a8a9897
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gazouilleur/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ def _get_chan_known_users(self, channel):
def joined(self, channel):
NamesIRCClient.joined(self, channel)
conf = chanconf(channel)
conf["oauth2"] = None
if conf:
conf["oauth2"] = None
lowchan = channel.lower()
self.logger[lowchan] = FileLogger(lowchan)
loggirc("Joined.", channel)
Expand Down

0 comments on commit a8a9897

Please sign in to comment.