This commit is contained in:
.[d]. 2021-03-06 17:12:23 -06:00
parent 110afe9cf1
commit ee28a3b97e

View File

@ -65,7 +65,7 @@ class Plugin(object):
BOT=self.context
bots='___'.join(BOT.config['botnet']).strip().split('___')
for _ in bots:
if BOT.config['botnet']['nick'].nick == BOT.nick:
if BOT.config['botnet'][_].nick == BOT.nick:
BID= _
MSG='{}: {} {} < {}'.format(NICK,SYMBOL,GREET,BID)
CHN='#sh0rtbus'