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

by Patty
Mon May 01, 2006 4:12 pm
Forum: Scripting Help
Topic: cant add to next line! why?
Replies: 2
Views: 5014

cant add to next line! why?

bind pub - !set chan:level proc chan:level {nick uhost hand chan text} { set AuthNick [lindex $text 0] set Authlevel2 0 set Authlevel 0 set Authlevel [getchanlogin $nick] set Authlevel2 [getchanlogin $AuthNick] if {"$Authlevel2" == "0"} { putquick "NOTICE $nick :$AuthNick i...
by Patty
Thu Apr 27, 2006 11:58 am
Forum: Script Requests
Topic: AuthNick
Replies: 3
Views: 4388

$auth() is a part of a script, yes, and im asking if there is such a thing in TCL, og if maybe someone can give me a hint how to make one :)
by Patty
Thu Apr 27, 2006 7:16 am
Forum: Script Requests
Topic: AuthNick
Replies: 3
Views: 4388

AuthNick

I wanna make a bot that's grounded in Quakenet Auth's

this means that i need a little script that will retrieve the users auth account

so that i can read if the auth account is in a text file...

just like the $auth($nick) in mIRC scripting :S

i will apriciate all kinds of help :)

- Patty