Hi,

I'm building a rip-off of the fishbot on Qnet for my own network in msl. Now I got one problem. It saves the nick who requested, but I can't let it see.

Code:
on *:invite:*: {
  if (%invitebot == on) { join $chan | set %invite $+ [ $chan ] $nick | describe $chan greets %invite $+ [ $chan ] }
  elseif (%invitebot == off) { notice $nick Sorry, but invite is currently off. }
}
  


What is wrong by "describe $chan greets %invite ..."