fix previous !fjoin commit not working
This commit is contained in:
parent
4612c0dec5
commit
3f112b19bc
@ -1228,7 +1228,7 @@ def fjoin(cli, nick, chan, rest):
|
|||||||
noticed = False
|
noticed = False
|
||||||
fake = False
|
fake = False
|
||||||
if not var.OPPED:
|
if not var.OPPED:
|
||||||
cli.notice(who, "Sorry, I'm not opped in {0}.".format(chan))
|
cli.notice(nick, "Sorry, I'm not opped in {0}.".format(chan))
|
||||||
cli.msg("ChanServ", "op " + botconfig.CHANNEL)
|
cli.msg("ChanServ", "op " + botconfig.CHANNEL)
|
||||||
return
|
return
|
||||||
if not rest.strip():
|
if not rest.strip():
|
||||||
|
Loading…
Reference in New Issue
Block a user