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 8 matches

by MMDollar
Wed Dec 27, 2006 1:37 am
Forum: Scripting Help
Topic: no services tcl help
Replies: 2
Views: 3206

no services tcl help

set services "1" unbind dcc o|o msg *dcc:msg bind dcc o|o msg csdostup bind dcc n putserv putsrv bind msg - ident identche proc csdostup {hand idx arg} { global services set tonick [string tolower [lindex $arg 0]] set mschan [string tolower [lindex $arg 2]] set text [lrange $arg 1 end] if...
by MMDollar
Mon Mar 27, 2006 2:45 pm
Forum: Script Requests
Topic: Check Online Status
Replies: 14
Views: 12507

Sorry I don't know any other script
by MMDollar
Mon Mar 27, 2006 12:16 pm
Forum: Script Requests
Topic: Check Online Status
Replies: 14
Views: 12507

I think this is what you need ## File, where the list of the !ison-ed users are stored. set filename "nlist.users" # Channel to whom the stuff goes. set nchan "channel" # File exits ? if no then created! if {![file exists $filename]} { set fh [open $filename w] puts -nonewline $f...
by MMDollar
Thu Mar 23, 2006 5:10 am
Forum: Script Requests
Topic: banlist notify
Replies: 0
Views: 3512

banlist notify

Can someone tell me how to make my bot to send me e note when someone removes a ban from the banlist of my eggdrop
by MMDollar
Mon Mar 13, 2006 12:41 pm
Forum: Scripting Help
Topic: need a little help with voicebitch.tcl
Replies: 1
Views: 3917

need a little help with voicebitch.tcl

I don't know how to make if a bot voices a user the other ones to devoice him or somehow to make if someone wan't to use the command voice from the bot he has to have flag H here is my code : bind mode - * mode:bitchie_staff proc mode:bitchie_staff {nick uhost handle channel mchange theone} { global...
by MMDollar
Sun Mar 12, 2006 8:41 am
Forum: Script Support & Releases
Topic: Problem with ison.tcl
Replies: 0
Views: 4376

Problem with ison.tcl

Can someone help me with ison.tcl because it says who is online in the channel but the users who arent in the channel the eggdrop don't invite them. here is the tcl: ## File, where the list of the !ison-ed users are stored. set filename "nlist.txt" # Channel to whom the stuff goes. set nch...
by MMDollar
Sat Mar 04, 2006 10:51 pm
Forum: Script Requests
Topic: Tcl script request
Replies: 2
Views: 4625

This deletes user who are not seen in the channel X days I need a tcl who cleans users (masters/owners (NOT PERM OWNERS and other added bots)) Who didn't added anyone into the bot.
by MMDollar
Sat Mar 04, 2006 9:15 pm
Forum: Script Requests
Topic: Tcl script request
Replies: 2
Views: 4625

Tcl script request

I need a tcl who deletes masters and owners who didnt add anyone in the eggdrop the time for adding a user i want to be is 30 days and the scaninng once a week.Also i want to ask if the tcl is possible to be writen can you make the tcl to dont scan perm. owners.
Thank You!