I was looking at Warlord's IRC-Class, and became interested in creating an IRC-Soldat connection. I wanted to see how it worked, so I recreated my own from scratch, but am having one issue when it comes to the IRC messaging in a channel.
I origonally had the command for messaging in the channel being
But I wanted it to be more unique from the other text players say in the channel, so I wanted it to be a '/me ' + Message command, so I had this
Chr(1) + 'ACTION ' + Channel + ' :' + Message
And it seems to come up with it not a valid command...
My brother did a guess and check and found that Character 1 is the correct character for doing a /me command, although, is he wrong or does pascal not handle Chr(1) properly? Whats going on?[/s]
nevermind, I figured it out...
i need to do this to make it work
PRIVMSG command to message the Chr(1) + 'ACTION ' + Message
(Note, the doesn't work yet its still a button on the BBC Tags)