Remove unused variable

auth variable is no longer used, which triggers a F841 flake8
error. Let's get rid of it.

Change-Id: I8c6d890620e59f2cc3a6bda660d16efdb56ae1f0
This commit is contained in:
Thierry Carrez 2017-06-13 11:39:46 +02:00
parent b9790b685f
commit cc7c466184
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ class PTGBot(irc.bot.SingleServerIRCBot):
"cap not enabled")
return
nick = e.source.split('!')[0]
auth = e.arguments[0][0] == '+'
msg = e.arguments[0][1:]
chan = e.target