- Dec
- 236
- 2
The "/b" option is part of the message being sent, for example the following command line:
jabber /b"cgunhouse" "11/05/14 11:20:53 MLSU Load Monitor is no longer running!"
V17:
(11:27) Gunner: /b"cgunhouse" "11/05/14 11:20:53 MLSU Load Monitor is no longer running!"
V16:
(11:30) Gunner: "11/05/14 11:20:53 MLSU Load Monitor is no longer running!"
jabber /v /b"cgunhouse" "11/05/14 11:20:53 MLSU Load Monitor is no longer running!"
With the "/v", V16 works fine but V17 fails with command line parsing error, because it gives me the "Usage" info.
jabber /b"cgunhouse" "11/05/14 11:20:53 MLSU Load Monitor is no longer running!"
V17:
(11:27) Gunner: /b"cgunhouse" "11/05/14 11:20:53 MLSU Load Monitor is no longer running!"
V16:
(11:30) Gunner: "11/05/14 11:20:53 MLSU Load Monitor is no longer running!"
jabber /v /b"cgunhouse" "11/05/14 11:20:53 MLSU Load Monitor is no longer running!"
With the "/v", V16 works fine but V17 fails with command line parsing error, because it gives me the "Usage" info.