help for chat
Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
3 posts
Page 1 of 1
Hello,
I want to make chat like irc with commands and different colours for my game client:)
Help me please.
Thanks!
I want to make chat like irc with commands and different colours for my game client:)
Help me please.
Thanks!
There are libraries that you can use to connect to an IRC server.
Check out http://www.meebey.net/projects/smartirc4net/
Check out http://www.meebey.net/projects/smartirc4net/
mandai, that's not what he means.
JustFashion: Check if the string starts with / and then if it does,
JustFashion: Check if the string starts with / and then if it does,
Code: Select all
sub parsecommands(ByVal text as system.string)
if text.substring(0, 3) = "/me" then
'send text to server from text.substring(4)
elseif text.substring(0, COMMANDLENGTHHERE) = "COMMANDHERE" then
'do the same here
end if

3 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023