ok.. have a bot.. am trying to make a message center..

this is how have it set up.. and of course it does not work..

On 1:Text:*!read*:*: {
if $nick ==
elseif $nick ==
etc.
this is for the people who are part of the channel
else //Describe #channel looks up.. shakes head I You do not have permission to access this board| Halt
else //play $nick C:\mIRC\mcenter.txt
}
On 1:Text:*!note*:?: {
if $nick ==
elseif $nick ==
etc etc..
else //Describe #channelt shakes her head 4 I You do not have permission to access this board| Halt
else goto note
:note {
/write -il 1 mcenter.txt /describe #channel looks up 5 your message has been saved .. thank you and remember to check back periodically to keep caught up!
halt
}


am i tottally off on this.. thinks it should work....
any help would surely be appreciated.. thank you