on *:JOIN:#:{
/msg # $nick Complain & Suggestion Bot is On For more information Please type @comsugbot
}
I made it but when i join the room it doesn't work,can anyone please edit this code.
A TG007 community discussion started by Phenom™.
on *:JOIN:#:{
/msg # $nick Complain & Suggestion Bot is On For more information Please type @comsugbot
}
I made it but when i join the room it doesn't work,can anyone please edit this code.
on ^*:JOIN:*: { msg $chan $nick Complain & Suggestion Bot is On For more information Please type @comsugbot }
or
on ^*:JOIN:*: { .ctcpreply $nick TIME $nick Complain & Suggestion Bot is On For more information Please type @comsugbot }
or
on ^*:JOIN:*: { notice $nick $nick Complain & Suggestion Bot is On For more information Please type @comsugbot }
should work ![]()
I didn't mean to say to made it i edited it but i try puting notice instead of msg so i put the originial code.
did you get it working Phenom?
to notice a nick
on ^*!@:JOIN:#:{ notice $nick Msg Here }
Sign in to reply or start a new topic where your account has permission.