Hello all i was wondering if somebody could assist me i have just started learning TCL scripts and find it really confusing lol anyway to my request i used to do mirc scripts and have a script that when i used joined #help it would display a link to there profile in another room along with a few other information for example
<UserBot> User has joined #help as <Felix2003> <Felix2003@Felix.The.Crazy.Cat>
<UserBot> User Details For Felix2003 ----> http://www.sitename.com/users.php?search=Felix2003
now i can get the 2nd part the link to the site to work but the 1st seems abit harder
now the 2nd part
we also have a java client that users can use but it puts a annoying _ at the end of there name when the link shows in the other room id like the _ to be removed from the link so for example
<UserBot> User has joined #help as <Felix2003> <Felix2003@Felix.The.Crazy.Cat>
<UserBot> User Details For Felix2003_ ----> http://www.sitename.com/users.php?search=Felix2003_
would show with the _ removed
<UserBot> User has joined #help as <Felix2003> <Felix2003@Felix.The.Crazy.Cat>
<UserBot> User Details For Felix2003_ ----> http://www.sitename.com/users.php?search=Felix2003
also i would like but not important a exception list so the staff when they enter or ping and rejoin doesn't activate it
i hope somebody could help
thank you for your time