I have a problem,with my eggdrop. I am using a tcl script called "bottalk".The preformance of this script is that, when the bot is talked, by he`s nick name, should respond to the user. There is a few options, like this:
Code: Select all
bind pub - "$nick:" pub_dotalkz
bind pub - "$nick" pub_dotalkz
bind pub - "$nick," pub_dotalkz
bind pub - "$nick;" pub_dotalkz
(Loock at the second code - "$nick") Can, someone help me to solve this problem?