Hi there everyone.
I have made a few text responses for my bot to respond to. When i load them as individual text documnets they work fine, but when i try and group them into 1 file they do not work
Below is how i have grouped them when they don't work:
on 3:text:*Be Right Back*:#: {
if ($nick isop $chan) { bt $nick 3Please ensure that if you are going Away From Keyboard to downgrade yourself from Op Status and Op up another Op. If you already have your status as a none Op there is nothing to do. :) }
}
}
on 1:text:*hi room*:#: {
bt $chan 3 Welcome to $chan $1 . Please vist this post to View Welcome Message. 4,1http://www.simonsforums.org/forum/viewtopic.php?p=432#432 3This will explain Site policy. }
}
}
on 1:text:*register nick*:#: {
bt $chan 3 To Register you nick first you choose a nick by typing /nick Worzel then you register that nick by typing /nickserv register *a password of your choice* *your email*
bt $chan 3 But you must not enter the * symbols, for example you would type /nickserv register 123456 worzel@gummidge.com
bt $chan 3 Then to identify yourself you type /nickserv identify 123456
bt $chan 3 123456 being YOUR password. }
}
}
on 1:text:*welcome to the room*:#: {
bt $chan 3Please register on the $chan 's web site for latest news and bloggs and forums and help and advice. The address is 4http://www.simonsforums.org 3It is free to register, all we ask is you use it regular and spread the word to allow the room to grow from strength to strength. :) Thank You. }
}
}
And below is when they are singular and work:
on 3:text:*Be Right Back*:#: {
if ($nick isop $chan) { bt $nick 3Please ensure that if you are going Away From Keyboard to downgrade yourself from Op Status and Op up another Op. If you already have your status as a none Op there is nothing to do. :) }
}
}
If anyone could help me resolve this issue i would be greatful.