on *:JOIN:#: /notice # Heyy $nick (F)(F) have a nice time }
on *:JOIN:#: { notice # Heyy $nick (F)(F) have a nice time }
none of them working ![]()
![]()
A TG007 community discussion started by oosho.
on *:JOIN:#: /notice # Heyy $nick (F)(F) have a nice time }
on *:JOIN:#: { notice # Heyy $nick (F)(F) have a nice time }
none of them working ![]()
![]()
thannxxx man (Y)(Y)
Not only that, you have a useless bracket at the end of the first code
on *:JOIN:#: /notice # Heyy $nick (F)(F) have a nice time }
When you use brackets, make sure they have a starting bracket at the begining of the identifing code. Else, you'll get a mismatch, and that could cause it to mess up.
try to removing the #... and replacing it with $nick as # stands for the channel, and the notice is available only for a specific nickname...
on *:JOIN:#: /notice $nick Heyy $nick (F)(F) have a nice time | /notice $nick enjoy your stay $nick[/code]
Sign in to reply or start a new topic where your account has permission.