Okay im new.. Please help me understand why this does not work...
on 1:text:!memo:#warmonger:{
if ($network == WarmongerIRC) {
/memoserv send $2 $3
/notice $nick -==- Your Message has been sent -==-
/notice $nick -==- $3 -==-
}
}

I am using mIRC 7.43 .. I have tried every varation i can think of.. the only way to get it to work is if i hardcode the user... example

/memoserv send username message

What i want to happen is
Username A types in the channel !memo [nick] [message]

What is wrong with this?

Please help...