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 TheRudy
Sun Jan 08, 2006 6:02 am
Forum: Scripting Help
Topic: bind flags
Replies: 1
Views: 4838

bind flags

Didn't find it in search or help files..

Can someone explain or point me where to look what means for example:
bind -|- or o|o or -|o

I know that flags are in documents for example o = OP but why o|o?
by TheRudy
Sun Jan 08, 2006 5:36 am
Forum: Scripting Help
Topic: bind msg, reg nick
Replies: 5
Views: 8151

omg, yes thanks for that, didn't know its there!
by TheRudy
Fri Jan 06, 2006 10:33 am
Forum: Scripting Help
Topic: bind msg, reg nick
Replies: 5
Views: 8151

Oh my :)
I'll learn, thanks, it works now just as i wanted!
by TheRudy
Fri Jan 06, 2006 7:10 am
Forum: Scripting Help
Topic: bind msg, reg nick
Replies: 5
Views: 8151

bind msg -|- !regteam msg:reg_team proc msg:reg_team { nickname args } { set team_name [lindex [split $args] 2] set password [lindex [split $args] 3] puthelp "PRIVMSG $nickname :Password: $password Team name: $team_name" } ;) Managed to get it working BUT the output is: Password: somepass...
by TheRudy
Fri Jan 06, 2006 6:43 am
Forum: Scripting Help
Topic: bind msg, reg nick
Replies: 5
Views: 8151

bind msg, reg nick

Hey Yes i'm new so sorry for stupid question ;) And yes, i'm reading http://tcl.activestate.com/man/tcl8.3/TclCmd/proc.htm but it doesn't help me with this problem. I'm trying to register a nick over PM, posting this on channel has no use since it involves password.. This method works, !regteam some...
by TheRudy
Sat Oct 22, 2005 5:22 am
Forum: Archive
Topic: website, login, parse html, output results...
Replies: 1
Views: 13748

website, login, parse html, output results...

Hi First, i'm a complete noob to TCL scripting altho i know some programming languages. What i want to do: - Login to a website - Parse out of URL SID (php) id - attach this url SID id to another page that is protected (no SID in url = redirects back to login site) - parses out this html code: <tr> ...