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.

Kick Guest Nicks - Small TCL [Filled]

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
s
swi7ch
Voice
Posts: 6
Joined: Mon Jan 28, 2008 1:22 am

Kick Guest Nicks - Small TCL [Filled]

Post by swi7ch »

I am still and epic n00b a TCL Scripting, Ive seached threw the TCL archives, and googled to worlds end, but couldn't find a small stand alone script for this one small purpose.

Guest Nicks.. - Must Die :P

Well, they don't have to die, but theres this one user, in the chan whos nick wont ident, when he pings out or something happens, so it totally spams the chan, and most of the time none of the ops/hops are awake, so no one can kick.. them.. or tell them, so.. just to relive pressure on us, and make the users happy.. just need a small TCL.


(22:14:48) —› nick: (supernick123) is now known as (Guest3798)
(22:16:07) —› nick: (Guest3798) is now known as (supernick123)
^ Really Annoying..

Bot Command
(22:14:48) —› nick: (supernick123) is now known as (Guest3798)
(23:02:19) —› kick: (supernick123) was kicked by (Bot) (Sorry, No Guest Nicks Allowed)
End Of Bot Command
Last edited by swi7ch on Wed Feb 27, 2008 3:56 am, edited 1 time in total.
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

Search for "badnick" in the script search.
s
swi7ch
Voice
Posts: 6
Joined: Mon Jan 28, 2008 1:22 am

Post by swi7ch »

Thanks, Found one and it works great!
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Post by iamdeath »

or use

Code: Select all

.+ban Guest*!*@* You're not allowed
This will not let anyone sit in the channel having Guest* nick.

peace
death
|AmDeAtH @ Undernet
Death is only the *Beginning*...
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

iamdeath wrote:or use

Code: Select all

.+ban Guest*!*@* You're not allowed
This will not let anyone sit in the channel having Guest* nick.

peace
death
Don't think that looks for nick changes, only channel joins.
Z
Zircon
Op
Posts: 191
Joined: Mon Aug 21, 2006 4:22 am
Location: Montreal

Post by Zircon »

Don't think that looks for nick changes, only channel joins.
I was thinking like you, but in fact, Eggdrop will check banlist on a nick change.
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

So it is.. Just confirmed by checking the irc.mod/chan.c source. Must have been added sometime in the 1.6.x development.
Post Reply