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...
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...
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> ...