]> jfr.im git - irc/freenode/Sigyn.git/commitdiff
Merge branch 'master' into master
authorNicolas Coevoet <redacted>
Thu, 11 Oct 2018 08:41:35 +0000 (10:41 +0200)
committerGitHub <redacted>
Thu, 11 Oct 2018 08:41:35 +0000 (10:41 +0200)
1  2 
plugin.py

diff --cc plugin.py
index 9690f53b9b7b264cb1eb705d9ee1777587ce1130,0172a7e2c3586d7c4b0708acb3a649530e5b6076..0c17f3f31332d35af266d95369358e2777dfa514
+++ b/plugin.py
@@@ -1808,7 -1724,7 +1724,7 @@@ class Sigyn(callbacks.Plugin,plugins.Ch
                  except KeyError:
                      pass
                  self.logChannel(irc,"JOIN: [%s] due to %s's invite (%s users)" % (msg.args[1],i.invites[msg.args[1]],msg.args[2]))
-                 irc.queueMsg(ircmsgs.privmsg(channel,'** Warning: if there is any bot in %s which should be exempted from %s, contact staffers before it gets caught **' % (msg.args[1],irc.nick)))
 -                irc.queueMsg(ircmsgs.privmsg(msg.args[1],'** Warning: if there is any bot in %s which should be exempted from %s, contact staffers before it get caught**' % (msg.args[1],irc.nick)))
++                irc.queueMsg(ircmsgs.privmsg(msg.args[1],'** Warning: if there is any bot in %s which should be exempted from %s, contact staffers before it gets caught **' % (msg.args[1],irc.nick)))
              else:
                  self.logChannel(irc,"INVITE: [%s] by %s denied (%s users)" % (msg.args[1],i.invites[msg.args[1]],msg.args[2]))
                  (nick,ident,host) = ircutils.splitHostmask(i.invites[msg.args[1]])