hey I'm very new. I want to put a lil bot in my room just to try.
I followed some tutorial that I found around for begginers but while in the tutorial it works, it doesn't works with me.
I just want a really simple bot for now.
The problem is that it works only the first line and it doesn't work the rest.
What I'm doing wrong?
on *:join:#: {notice $nick hey $nick (^._.^)ノ welcome to $chan how are you? }
on *:TEXT:baka:#: {msg $chan I know I'm baka $nick sorry v(ಥ ̯ ಥ)v }
on *:TEXT:hey:#: {msg $chan heyヽ(゜∇゜)ノ welcome $nick how are you? }
on *:TEXT:sup:#: {msg $chan not bad }
on *:TEXT:!test:#: {msg $chan This is a test }