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.

Bot

General support and discussion of Eggdrop bots.
Post Reply
f
fls
Voice
Posts: 35
Joined: Wed Oct 17, 2007 10:55 pm

Bot

Post by fls »

Hi guys,

I m runing eggdrop1.6.18 , with +autovoice on

I added <nick> into bot userlist and give the <nick> +fv flag

+protectfriend was on

But , it seen the bot doesnt recognise it. The nick enter the room and i issue the nick with a +v and test on swearing and it got kick out . It there anything i missed out ??

Regard
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

The script you're using for swear-kicking obviously does not exempt +f or +v users. You'll have to use a different script (it's not an Eggdrop issue).
f
fls
Voice
Posts: 35
Joined: Wed Oct 17, 2007 10:55 pm

Post by fls »

Yes . it does.

This is the script " SWEAR KICK/BADWORD KICK SCRIPT BY RANA USMAN "

and there is a script form as : -
#Set the Users Mode you want to Exempt
#The Bot will not kick the user who had the modes you will define below
#You can leave it as it is , if you dont know about it
#Recommended : of
set bworduser "vof"
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

I haven't looked into the script, but having a setting does not mean it's actually implemented (or correctly implemented for that matter).
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

I'd rather say the parameter is perhaps not so well documented:
Part from the code:

Code: Select all

...
if {[matchattr $hand $bworduser]} { return 0
} else {
....
Now, setting bworduser to "vof" means you must have all three flags to be excluded. Now, since op implies voice, proper setting to achieve the desired behaviour would be "vf".
NML_375
f
fls
Voice
Posts: 35
Joined: Wed Oct 17, 2007 10:55 pm

Post by fls »

hmm......

I loaded this new tcl script :-

# Swear Protection, Channel Swear Kick Script v5.86.b (swearkick.tcl)
# Script Version: v5.86.b
# Built Date: 26th June 2004, Last Updated: 2nd September 2004
# Copyright © 1999-2004 awyeah (awyeah@usa.net)
# This TCL script is designed to work with eggdrop v1.5.x or higher


Restart bot , rehash and it seen not working at all. any clue ??
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Make an effort at debugging yourself.

Look at the result of ".set errorInfo".
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
f
fls
Voice
Posts: 35
Joined: Wed Oct 17, 2007 10:55 pm

Post by fls »

COOL guys.

Solved. Sorry for the trouble and thankyou

Regard,
Post Reply