~bbot+core+developers/bbottheircbot/BBot_Githubt

« back to all changes in this revision

Viewing changes to modules/blockbot.py

  • Committer: Aj00200
  • Date: 2012-07-31 01:18:25 UTC
  • Revision ID: git-v1:bdf40ce8307a5a0fa073b55dc4f52539224db528
Base, working Python 3 code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
            if each in ldata:
100
100
                found += 1
101
101
        if found > self.hilight_limit:
102
 
            print '* kicking %s out of %s' % (nick, channel)
 
102
            print('* kicking %s out of %s' % (nick, channel))
103
103
            self.kick(nick, channel, self.masspingkickmsg)
104
104
 
105
105
    def get_join(self, nick, user, host, channel):