mirror of
https://github.com/osmarks/ngircd.git
synced 2025-06-22 08:14:09 +00:00
- whitespace damage [from HEAD]
This commit is contained in:
parent
6c12659bcf
commit
83c14a6383
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include "portab.h"
|
#include "portab.h"
|
||||||
|
|
||||||
static char UNUSED id[] = "$Id: irc-write.c,v 1.20 2006/05/10 21:24:01 alex Exp $";
|
static char UNUSED id[] = "$Id: irc-write.c,v 1.20.2.1 2006/12/02 13:06:50 fw Exp $";
|
||||||
|
|
||||||
#include "imp.h"
|
#include "imp.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
@ -378,7 +378,7 @@ va_dcl
|
|||||||
}
|
}
|
||||||
cl2chan = Channel_NextMember( chan, cl2chan );
|
cl2chan = Channel_NextMember( chan, cl2chan );
|
||||||
}
|
}
|
||||||
|
|
||||||
/* naechsten Channel */
|
/* naechsten Channel */
|
||||||
chan_cl2chan = Channel_NextChannelOf( Client, chan_cl2chan );
|
chan_cl2chan = Channel_NextChannelOf( Client, chan_cl2chan );
|
||||||
}
|
}
|
||||||
@ -403,12 +403,12 @@ GLOBAL void
|
|||||||
IRC_SetPenalty( CLIENT *Client, time_t Seconds )
|
IRC_SetPenalty( CLIENT *Client, time_t Seconds )
|
||||||
{
|
{
|
||||||
CONN_ID c;
|
CONN_ID c;
|
||||||
|
|
||||||
assert( Client != NULL );
|
assert( Client != NULL );
|
||||||
assert( Seconds > 0 );
|
assert( Seconds > 0 );
|
||||||
|
|
||||||
if( Client_Type( Client ) == CLIENT_SERVER ) return;
|
if( Client_Type( Client ) == CLIENT_SERVER ) return;
|
||||||
|
|
||||||
c = Client_Conn( Client );
|
c = Client_Conn( Client );
|
||||||
if (c > NONE)
|
if (c > NONE)
|
||||||
Conn_SetPenalty(c, Seconds);
|
Conn_SetPenalty(c, Seconds);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user