Shoutbox

(!) tags in //whatever commands dont work - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: WLM Plus! Help (/forumdisplay.php?fid=12)
+----- Thread: (!) tags in //whatever commands dont work (/showthread.php?tid=45262)

(!) tags in //whatever commands dont work by lookche on 05-25-2005 at 10:01 AM

Why is it that when you do a // tag (like //me) and put a (!) tag in it (like (!IP)) it won't actually show your IP, it will say /me (!IP).  It's not anything super important but i'm just curious........


RE: (!) tags in //whatever commands dont work by CookieRevised on 05-25-2005 at 11:09 AM

Because a double slash ("//") is used as a literal identifier. Everything after it will be literal text, no tags, no commands, etc... This is not a bug at all...

If you want to use commands, you must only write 1 slash in front. eg:
   /me (!IP)
and not
  //me (!P)

Also see http://www.msgplus.net/help_cmdtag.php and the "/text" command.