This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

kickban badnick

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
k
kitsaras
Voice
Posts: 29
Joined: Thu Feb 02, 2006 4:57 pm

kickban badnick

Post by kitsaras »

Hi i need a tcl to ban nick instead the hall mask
on partyline
.kickban nick1 badnick change nick an come again ...
* nick1 was kicked by bot1 (banned: badnick change nick an come again ...)
results

* Mode (bot1:#chan +b nick1*!*@*)

thank u
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

that does not require a script

use .+ban #channel badnick!*@* some reason here
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
k
kitsaras
Voice
Posts: 29
Joined: Thu Feb 02, 2006 4:57 pm

Post by kitsaras »

demond wrote:that does not require a script

use .+ban #channel badnick!*@* some reason here

i mean the .kickban badnick!*@* reason not the
.+ban badnick!*@* some reason
to kickban a user without to add a new ban into the bot

example
.kickban somenick out now evacuate
* Mode (bot:#chan +b *!*@60.48.249.159)

.kickban badnick!@* change nick and come again
* Mode (bot:#chan +b badnick!*@*)

direct from the bot

.+ban #channel badnick!*@* some reason here is
.+ban badnick!*@* #channel some reason here
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

then use timed +ban
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
Post Reply