egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AuthNick

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests
View previous topic :: View next topic  
Author Message
Patty
Voice


Joined: 27 Apr 2006
Posts: 3

PostPosted: Thu Apr 27, 2006 7:16 am    Post subject: AuthNick Reply with quote

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 Smile

- Patty
Back to top
View user's profile Send private message
DragnLord
Owner


Joined: 24 Jan 2004
Posts: 711
Location: C'ville, Virginia, USA

PostPosted: Thu Apr 27, 2006 11:36 am    Post subject: Reply with quote

$auth is not part of mIRC's default variables, it must be part of some script package.
Back to top
View user's profile Send private message
Patty
Voice


Joined: 27 Apr 2006
Posts: 3

PostPosted: Thu Apr 27, 2006 11:58 am    Post subject: Reply with quote

$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 Smile
Back to top
View user's profile Send private message
krimson
Halfop


Joined: 19 Apr 2006
Posts: 86

PostPosted: Thu Apr 27, 2006 3:46 pm    Post subject: Reply with quote

Code:
bind raw - 330 get_auth

proc get_auth {x y z} {
putlog "[lindex [split $z " "] 1] is authed as [lindex [split $z " "] 2]"
}


for this to work you'd have to include it in any /whois script

(i've tested it with swhois v1.03)
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber