maincpIRC - C++ class based IRC protocol wrapper - Support: sr #103364, Help me... kinda bugged

 
 

sr #103364: Help me... kinda bugged

Submitter:  None
Submitted:  Mon 13 Sep 2004 09:47:36 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  1 - Wish Status:  None
Privacy:  Public Assigned to:  None
Originator Email:  -email is unavailable- Open/Closed:  Open
Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 13 Sep 2004 09:47:36 PM UTC, original submission:  

Im using that to connect to the server irc.brasnet.org, this is called when i type ,connectirc on Ultima Online(this is a game :P)
void Injection::command_connectirc(const arglist_t & args)
{
IRC conn;
        WSADATA wsaData;


conn.start("irc.brasnet.org", 6667, "nick", "name", "ressucicatan", "ressucicatan"); /* connect to a server */
conn.message_loop();
                WSACleanup();
                client_print("Connecting to irc.brasnet.org:6667..");

}

and im using that to join a channel :)

void Injection::command_joinchannel(const arglist_t & args)
{
IRC conn;
conn.join("#Injection");
}

this is called when i type ,joinchannel on the game, but.. its not really connecting.. it sends a kind o PING and stops =/

anyone knows?

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-caa5.
Corresponding source code