Results 1 to 10 of 28

Thread: Kicking bots

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #27
    Corporal voron00's Avatar
    Join Date
    Nov 2014
    Posts
    248
    Thanks
    64
    Thanked 216 Times in 116 Posts
    You have to wait a little bit before freeing slot or just use libcod from my repo, has an autofreeslot for bots so you can just normally kick it. Also your isBot definiton seems wrong, just use:
    PHP Code:
    isBot()
    {
        return 
    self getAddressType() == 0;
    }

    if (
    self isBot())
    {
        
    bla bla...

    sudo apt-get rekt

  2. The Following 2 Users Say Thank You to voron00 For This Useful Post:

    guiismiti (31st March 2017),kung foo man (1st April 2017)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •