os_notinchanlist

Module Author: Viper
Category: OperServ
Status: Published
User Rating: (3 Comments)

This module allows Services Admins to list all clients that are not in any channels and possibly take actions against them:
notice, kill, akill, join, shun or t(emp)shun. (if supported - IRCd Dependant).

Latest Module Releases

Recent User Comments

  • Ryan Schaffner (cards)

    Posted: 03/02/12 04:58:55
    Anope Version: 1.8.7
    Module Version: 2.4
    Comments:
    I found it annoying that the SearchIRC bots were constantly joined to the servers, and I definately don't want to Akill or ban them. So I added the following code after total++

    otal++;
    if (stricmp(u2->host, "data.searchirc.org") == 0)
    continue;

    You may want to add this to a release as other's may not want to ban the searchirc bots.

    Otherwise awesome script. Thank YOu

    User Rating:

  • GTAXL :) (GTAXL)

    Posted: 12/02/12 21:46:02
    Anope Version: 1.8.6
    Module Version: 2.4
    Comments:
    Very nice! I had a BNC connected from localhost which wasn't in any channels (wasn't aware of it) and it set a G:Line on localhost which banned my WWWLogger Bot, BOPM, and a bunch others. :P Fail on my part. I wish there is exempt host, and an option to just G:Line the nick, which won't effect the domain its self.

    User Rating:

  • Mitsos (westor)

    Posted: 12/04/12 17:11:29
    Anope Version: 1.8.5
    Module Version: 2.4
    Comments:
    Can you make it work for anope 1.8.5 and over ? and not only for new versions of anope?

    - Thanks!

    User Rating:

Post A Comment

You need to be logged in to post a comment.