View Single Post
Old 04-05-2004, 05:37 PM  
mr_F_2
Senior Member
 
Join Date: Jan 2004
Posts: 203
Default

mouton: thanks i'll try that
tuff: to me it sounds like you have a script conflict? i don't know how, are you sure you don't have another call for msg?

away:

consinder this:
SITE msg Admin thisisatest
param -1 = site
param 0 = msg
param 1 = Admin
param 2 = thisisatest
param 3 = blank (would be the urgent signifier if used {!})

and now consider this:
SITE msg Admin this is a test
param -1 = site
param 0 = msg
param 1 = Admin
param 2 = this
param 3 = is
param 4 = a
param 5 = test

the way it works is param 2 is the message, so you need to use
site msg Admin "this is a test"
with the quotes

If i had time right now i would change it, but i don't, and the source code is publically available so you are free to change it to accept unlimited parameters, but as it is, the syntax is
site msg <username> "<message>"
mr_F_2 is offline   Reply With Quote