That's what i thought as well. because i used the following code as a model to work from

on *:TEXT:!hi:#: {
if ($nick isop #) { msg # Hello There! }
else { msg # Sorry you must be a mod to use this command }
}

and that code works perfect. but when I used the code for the actual command i want non-mods can post the link then they get the message saying they cant post the link.

I guess i need to check the rest of the code to make sure nothing is interfering with this section.