You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using messer in a server script, and I need to be able to send one of the script variables in the sent message. This is not possible however because the command is in single quotes and replacing the command with for instance "message 'group' $var" returns a syntax error
The text was updated successfully, but these errors were encountered:
As an aside, is there a possibility of running messer in a client-daemon architecture, so that each single-command use of messer doesn't do a new login every time (and thus lowers the probability of an account getting blocked)?
I'm using messer in a server script, and I need to be able to send one of the script variables in the sent message. This is not possible however because the command is in single quotes and replacing the command with for instance "message 'group' $var" returns a syntax error
The text was updated successfully, but these errors were encountered: