| View previous topic :: View next topic |
| Author |
Message |
silx Voice
Joined: 04 Feb 2006 Posts: 13
|
Posted: Mon Feb 20, 2006 4:48 pm Post subject: kick & ban user based on some automatic things |
|
|
if user matches all of these :
- a certain ctcp reply - ie. mirc 6.12
- a certain name in real name field - ie. mirc
if those two are met the user is kicked and banned for #channel |
|
| Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Mon Feb 20, 2006 9:36 pm Post subject: |
|
|
hmm, maybe I should add CTCP check to xchannel... for completion, since I already have WHOIS signature check in there _________________ connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use [code] tag when posting logs, code |
|
| Back to top |
|
 |
silx Voice
Joined: 04 Feb 2006 Posts: 13
|
Posted: Tue Feb 21, 2006 10:04 pm Post subject: |
|
|
i looked at that
tried it..
i can get it all setup
but how do you format the badwhois.txt |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Tue Feb 21, 2006 11:32 pm Post subject: |
|
|
Simply add one word per line; no formatting with quotations etc.
_________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Tue Feb 21, 2006 11:32 pm Post subject: |
|
|
| demond wrote: | | hmm, maybe I should add CTCP check to xchannel... for completion, since I already have WHOIS signature check in there |
Would be a good idea. _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
| Back to top |
|
 |
silx Voice
Joined: 04 Feb 2006 Posts: 13
|
Posted: Tue Feb 21, 2006 11:39 pm Post subject: |
|
|
i did put one per line
cant get to work |
|
| Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Tue Feb 21, 2006 11:49 pm Post subject: |
|
|
| Alchera wrote: | Simply add one word per line; no formatting with quotations etc.
|
actually, you can separate these words with any whitespace, not only newlines, but also spaces or tabs _________________ connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use [code] tag when posting logs, code |
|
| Back to top |
|
 |
silx Voice
Joined: 04 Feb 2006 Posts: 13
|
Posted: Wed Feb 22, 2006 11:16 pm Post subject: |
|
|
how about if you want to ban "NAME" for the username in whois
but they have the same "NAME" as the ident |
|
| Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Wed Feb 22, 2006 11:37 pm Post subject: |
|
|
| silx wrote: | how about if you want to ban "NAME" for the username in whois
but they have the same "NAME" as the ident |
you mean not username but realname, don't you? since username and ident are the same thing
don't worry, xchannel's /whois check ignores ident/username and operates on realname only (and of course on joined channels and server name) _________________ connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use [code] tag when posting logs, code |
|
| Back to top |
|
 |
|