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.

Search found 6 matches

by Danielle99
Mon Dec 13, 2010 1:27 pm
Forum: Script Requests
Topic: public command for voice and add user
Replies: 10
Views: 6502

Luminous, Thanks for the help, I'm much farther along than before, there are still somethings here that are not working as expected. The proc asl_kb {$nick $chan} { does not seem to be working after 30 sec. and The } elseif {[string match -nocase "*/m/*" $text]} { seems to be working well....
by Danielle99
Mon Nov 29, 2010 10:02 am
Forum: Script Requests
Topic: public command for voice and add user
Replies: 10
Views: 6502

Ok after a long weekend and trying to make this work, I guess I havent got a clue. Can someone please assist?
by Danielle99
Mon Nov 22, 2010 10:43 am
Forum: Script Requests
Topic: public command for voice and add user
Replies: 10
Views: 6502

[lindex [split $text] 1 ] Was exactly what I ment, Thanks. Better off I was hoping for a generic Variable/f/variable trigger without a log of data to follow, It was a typeo "Lot" is what I ment. Its monday, and there isnt enough coffee for me this morning. I cant seem to type at all. My a...
by Danielle99
Mon Nov 22, 2010 10:05 am
Forum: Script Requests
Topic: public command for voice and add user
Replies: 10
Views: 6502

My final concept of this script would be. use A/S/L to determine m/f. Voice all Females and kick/ban all males. Also to require a response to the a/s/l script within lets say 30 sec or it will kick/ban (timed 5 Min) the incomming user onjoin the channel. Exception: +f Then add the authorized */f/* o...
by Danielle99
Mon Nov 22, 2010 9:59 am
Forum: Script Requests
Topic: public command for voice and add user
Replies: 10
Views: 6502

I'm still working mty way through this, Thanks for the links, there is a lot of information, I do understand the bind things, I understand the levels of use (-*nom) After looking at your example I dont understand how this connects. from asl to determining the "f" in the script. Better off ...
by Danielle99
Tue Nov 16, 2010 11:49 pm
Forum: Script Requests
Topic: public command for voice and add user
Replies: 10
Views: 6502

public command for voice and add user

I am trying to figure out how to code a script for my bot.

I would like to have a user give a/s/l in channel and on */f/* give voice on that. I would also like the script to add the user with .chattr +fg

I have no idea where to begin. Please help.