Thx a lot, I'll need some times to run the AddMe modified script i guess cause I had some replies from my bot on the !help command. but now, it seems lost and do not answer me anymore for !help new command or other ones. I'll post back when everything will be clear for me. thx again, catch ya later.
Edit, it seems i got lots of function troubles:
[22:57] Tcl error [addme_addname]: couldn't compile regular expression pattern: quantifier operand invalid
[22:58] Last message repeated 1 time(s).
[22:58] Tcl error [addme_serverlist_add]: invalid command name "^"
[23:03] Tcl error [addme_server]: couldn't compile regular expression pattern: quantifier operand invalid
[23:03] Tcl error [addme_updatemotd]: couldn't compile regular expression pattern: quantifier operand invalid
[[23:06] Tcl error [addme_removename]: couldn't compile regular expression pattern: quantifier operand invalid
[23:09] Tcl error [addme_promote]: couldn't compile regular expression pattern: quantifier operand invalid
EDIT2:
those errors occured even with my simple irc nick : amakhis
I gave a look at the proc addme_getvars, I found this strange but it was not the purpose of the errors:
Code: Select all
regexp "^Next : (.*) \[ \|\] Server" $tt tmp addme_list($chan)
I tried to change it to:
Code: Select all
regexp "Next : (.*) \[ \|\] Server" $tt tmp addme_list($chan)
nothing changed
then, I also tried to declare the var tt in global xD without any results.