mirror of
https://github.com/osmarks/ngircd.git
synced 2025-07-25 12:22:49 +00:00
parent
df359835d1
commit
6dc80bd195
@ -356,7 +356,7 @@ IRC_NICK( CLIENT *Client, REQUEST *Req )
|
|||||||
* RFC 1459: announce the new client only after receiving the
|
* RFC 1459: announce the new client only after receiving the
|
||||||
* USER command, first we need more information! */
|
* USER command, first we need more information! */
|
||||||
if (Req->argc < 7) {
|
if (Req->argc < 7) {
|
||||||
LogDebug("Client \"%s\" is beeing registered (RFC 1459) ...",
|
LogDebug("Client \"%s\" is being registered (RFC 1459) ...",
|
||||||
Client_Mask(c));
|
Client_Mask(c));
|
||||||
Client_SetType(c, CLIENT_GOTNICK);
|
Client_SetType(c, CLIENT_GOTNICK);
|
||||||
} else
|
} else
|
||||||
|
@ -70,7 +70,7 @@ IRC_ERROR( CLIENT *Client, REQUEST *Req )
|
|||||||
* disconnect clients. It can be used by IRC operators and servers, for example
|
* disconnect clients. It can be used by IRC operators and servers, for example
|
||||||
* to "solve" nick collisions after netsplits.
|
* to "solve" nick collisions after netsplits.
|
||||||
* Please note that this function is also called internally, without a real
|
* Please note that this function is also called internally, without a real
|
||||||
* KILL command beeing received over the network! Client is Client_ThisServer()
|
* KILL command being received over the network! Client is Client_ThisServer()
|
||||||
* in this case. */
|
* in this case. */
|
||||||
GLOBAL bool
|
GLOBAL bool
|
||||||
IRC_KILL( CLIENT *Client, REQUEST *Req )
|
IRC_KILL( CLIENT *Client, REQUEST *Req )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user