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.

bad nickname tcl help

Old posts that have not been replied to for several years.
Locked
s
suffering
Voice
Posts: 27
Joined: Fri May 27, 2005 4:34 am

bad nickname tcl help

Post by suffering »

Code: Select all

set bnick_nicks {  
"*bad nickname1*" 
"*bad nickname2*" 
"*bad nickname3*" 
}
Last edited by suffering on Sat Aug 20, 2005 4:06 pm, edited 2 times in total.
s
suffering
Voice
Posts: 27
Joined: Fri May 27, 2005 4:34 am

Post by suffering »

Code: Select all

# Set the next line as the kick msg you want to say
Last edited by suffering on Sat Aug 20, 2005 4:06 pm, edited 1 time in total.
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

remove the existing channel checks, then add this line on top of your script

Code: Select all

set udef flag badnick
and then add this line as the first line inside every proc triggered by a pub command

Code: Select all

if ![channel get $chan badnick] return
s
suffering
Voice
Posts: 27
Joined: Fri May 27, 2005 4:34 am

Post by suffering »

greenbear, make it more simple my friend i dont understand pls
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

why can't you just set clone_chans "*" to select all chans...?
s
suffering
Voice
Posts: 27
Joined: Fri May 27, 2005 4:34 am

Post by suffering »

i dont know if its working :) ill try it
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

suffering wrote:i dont know if its working :) ill try it
:lol: what a novel idea :lol:
s
suffering
Voice
Posts: 27
Joined: Fri May 27, 2005 4:34 am

Post by suffering »

yes, but it doesn't :P , for the clone tcl forget it i found another one. anyone for the bad nick pls . Mr Fz ? :P
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

suffering wrote:anyone for the bad nick pls .
Been answered! Try READING!!!!!
greenbear wrote:remove the existing channel checks, then add this line on top of your script

Code: Select all

set udef flag badnick
and then add this line as the first line inside every proc triggered by a pub command

Code: Select all

if ![channel get $chan badnick] return
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
s
suffering
Voice
Posts: 27
Joined: Fri May 27, 2005 4:34 am

Post by suffering »

yes, maybe i dont know what is mean? i dont know 'the first line inside every proc triggered by a pub command'?

u have the bad nick fix it and paste the new one its more easy :P
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

suffering wrote:yes, maybe i dont know what is mean? i dont know 'the first line inside every proc triggered by a pub command'?

u have the bad nick fix it and paste the new one its more easy :P
Easier for you but then you will never learn anything. Try to work it out yourself. If your bot dies so what. Just restart it. It's not like your programming software for nuclear warheads now is it ;)
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
Locked