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

by GeeX
Fri Jul 21, 2006 5:16 pm
Forum: Script Support & Releases
Topic: sBNC Script
Replies: 6
Views: 16162

sBNC Script

# __ __ __ # /\ \ /\ \ __/\ \ # \ \ \ __ \ \ \/\ \ \ \ # \ \ \ __ /'__`\ \ \ \ \ \ \ \ # \ \ \_\ \/\ \_\ \_\ \ \_/ \_\ \ # \ \____/\ \__/ \_\\ `\___ ___/ # \/___/ \/__/\/_/ '\/__//__/ # # sBNC Script by LaW. # # | author: LaW # | version: 1.6 # | web: www.myGeeX.de # | irc: #GeeX at Quakenet # | co...
by GeeX
Tue Jun 13, 2006 11:12 am
Forum: Script Requests
Topic: mrc to tcl
Replies: 5
Views: 7012

What function has this script?
by GeeX
Mon May 29, 2006 10:49 am
Forum: Scripting Help
Topic: Howto make a script do anything every day,hour,month & y
Replies: 4
Views: 4607

Use:

Code: Select all

bind time -|- {00 * * * *} update:proc
For further infos check your docs folder ;)
by GeeX
Fri May 19, 2006 2:13 pm
Forum: Script Support & Releases
Topic: PISG Script by LaW
Replies: 6
Views: 7135

Very good ideas, i will try to implement those features in this script. ;)
by GeeX
Wed May 17, 2006 8:23 am
Forum: Script Support & Releases
Topic: PISG Script by LaW
Replies: 6
Views: 7135

Well, he can use this script to update pisg, because he was searching for a tcl script not a crontab script!
by GeeX
Tue May 16, 2006 5:04 pm
Forum: Script Support & Releases
Topic: PISG Script by LaW
Replies: 6
Views: 7135

it wasnt really a release, i posted it for a user, who was searching for such a "snippet" (how you call it) :roll:
by GeeX
Mon May 15, 2006 1:14 pm
Forum: Script Support & Releases
Topic: PISG Script by LaW
Replies: 6
Views: 7135

Pisg TCL: # __ __ __ # /\ \ /\ \ __/\ \ # \ \ \ __ \ \ \/\ \ \ \ # \ \ \ __ /'__`\ \ \ \ \ \ \ \ # \ \ \_\ \/\ \_\ \_\ \ \_/ \_\ \ # \ \____/\ \__/ \_\\ `\___ ___/ # \/___/ \/__/\/_/ '\/__//__/ # # PISG Script by LaW. # # Don't change anything. # Report bugs to #GeeX on Quakenet. # Automatic PISG Up...
by GeeX
Wed May 10, 2006 6:59 am
Forum: Scripting Help
Topic: Ban user
Replies: 6
Views: 5904

Thanks, i solved the problem ;)
by GeeX
Tue May 09, 2006 12:27 pm
Forum: Scripting Help
Topic: Ban user
Replies: 6
Views: 5904

Doens't work :(
by GeeX
Tue May 09, 2006 8:15 am
Forum: Scripting Help
Topic: [SOLVED] can't read "lastseen": no such variable
Replies: 3
Views: 4525

try it with a string

Code: Select all

setudef str lastseen
by GeeX
Tue May 09, 2006 8:04 am
Forum: Scripting Help
Topic: Ban user
Replies: 6
Views: 5904

Errorinfo: result: syntax error in expression " set protection(banuser) [lindex [split $arg...": variable references require preceding $ ("if" test expression) while compiling "if {![channel get $chan protection(flag)]} { putserv "NOTICE $nick :Error. Protection is disa...
by GeeX
Mon May 08, 2006 4:54 pm
Forum: Scripting Help
Topic: Tcl error [url:check]: Unknown channel setting
Replies: 5
Views: 5749

Error Msg?! :?:
by GeeX
Mon May 08, 2006 4:09 pm
Forum: Scripting Help
Topic: Ban user
Replies: 6
Views: 5904

Ban user

Can you tell why it says: set protection(banuser) [lindex [split $arg] 0] ...": variable references require preceding $ when I use this proc? proc protection:ban { nick host hand chan arg } { global protection if {![channel get $chan protection(flag)]} { putserv "NOTICE $nick :Error. Prote...
by GeeX
Thu May 04, 2006 5:16 pm
Forum: Script Requests
Topic: Relay Bot script
Replies: 4
Views: 5261

For you: #**************************************# #* Chan Relay by YooDa *# #**************************************# # chansets setudef flag relay; setudef str relay-victim; #**************** relay control ******************# bind pub n|n !relay relay:command; proc relay:command {nick host hand chan...
by GeeX
Thu Apr 27, 2006 4:10 pm
Forum: Script Support & Releases
Topic: Request script - Beta
Replies: 11
Views: 11019

No error Messages, but the requested Bot doesn't join the channel, after checking it.