netpanzer-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [netPanzer-Devel] lobby patch


From: Ivo Danihelka
Subject: Re: [netPanzer-Devel] lobby patch
Date: Mon, 03 Nov 2003 02:54:54 +0100

On Sun, 2003-11-02 at 07:12, hankin wrote:
> Here's a patch for 0.1.1 for a lobby via IRC.
> To use...
> Start a dedicated server, put in a valid IRC nick name for the server name.
> Edit the ~/.netpanzer/config/netpanzer.xml and change your player name 
> to your IRC nick name.
> Start netpanzer client like normal and if everything works you should be 
> able to select
> the server and press Ready to launch.
> You may run into problems if the server's isp doesn't do a proper 
> reverse dns.
> 

This is lot of code, thank you.
I have ported this against current CVS.
I have also replaced indent TABs with spaces.
We are using only 4 spaces for indent.

Just note, I like std::string more than
<code>
char line[1024];
snprintf(line,sizeof(line)," %s",line);
</code>

IRCLobby connect to irc.freenode.net.
It works great.

Has anybody objections for this?
I would commit this patch to CVS.

-- 
Ivo Danihelka

Attachment: lobby-patch.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]