ThreadBoard ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
Note to programmers creating bots that use chat relay (Sdk)
Note to programmers creating bots that use chat relay // Sdkstrike rapierNov 20, 2002, 7:30pm
Could those of you who have not already realised please note that you must perform a strings.replace function that removes chr(13) from all chat messages otherwise users can "fake" other chat signals and considering there is no way to tell the differnce this can cause chaos (as I prooved in Mutation when E N Z O, Mountain Myst, Flagg, Cyronics, Myself, 3 of my bots, and a tourist all apeared after I used a simple VB proggy to replace all the vbCrlf character sets with chr(13)....)
- Mark tony mNov 20, 2002, 9:54pm
[View Quote]
>Could those of you who have not already realised please note that you must perform a strings.replace function that removes chr(13) from all chat messages otherwise users can "fake" other chat signals and considering there is no way to tell the differnce this can cause chaos (as I prooved in Mutation when E N Z O, Mountain Myst, Flagg, Cyronics, Myself, 3 of my bots, and a tourist all apeared after I used a simple VB proggy to replace all the vbCrlf character sets with chr(13)....)
Thanks for the heads up. |