mirror of
https://github.com/osmarks/ngircd.git
synced 2025-02-28 23:10:01 +00:00
Fixed indents and documentation
(also updated the copyright date on the txt I edited)
This commit is contained in:
parent
21767c968d
commit
6fc53558ed
@ -2,7 +2,7 @@
|
|||||||
ngIRCd - Next Generation IRC Server
|
ngIRCd - Next Generation IRC Server
|
||||||
http://ngircd.barton.de/
|
http://ngircd.barton.de/
|
||||||
|
|
||||||
(c)2001-2014 Alexander Barton and Contributors.
|
(c)2001-2015 Alexander Barton and Contributors.
|
||||||
ngIRCd is free software and published under the
|
ngIRCd is free software and published under the
|
||||||
terms of the GNU General Public License.
|
terms of the GNU General Public License.
|
||||||
|
|
||||||
@ -28,6 +28,7 @@ channels he is using at the moment.
|
|||||||
C 19 Only users that share a channel are allowed to send messages.
|
C 19 Only users that share a channel are allowed to send messages.
|
||||||
F 22 Relaxed flood protection (only settable by IRC Operators).
|
F 22 Relaxed flood protection (only settable by IRC Operators).
|
||||||
i 0.0.1 User is "invisible".
|
i 0.0.1 User is "invisible".
|
||||||
|
I 23 No channels are shown on WHOIS (IRC Operators can always see those).
|
||||||
o 0.0.1 User is IRC operator.
|
o 0.0.1 User is IRC operator.
|
||||||
q 20 User is protected, can not be kicked from a channel.
|
q 20 User is protected, can not be kicked from a channel.
|
||||||
r 0.0.1 User is restricted.
|
r 0.0.1 User is restricted.
|
||||||
|
@ -340,7 +340,6 @@ IRC_WHOIS_SendReply(CLIENT *Client, CLIENT *from, CLIENT *c)
|
|||||||
strlcat(str, " ", sizeof(str));
|
strlcat(str, " ", sizeof(str));
|
||||||
|
|
||||||
who_flags_qualifier(Client, Channel_UserModes(chan, c),
|
who_flags_qualifier(Client, Channel_UserModes(chan, c),
|
||||||
str, sizeof(str));
|
|
||||||
strlcat(str, Channel_Name(chan), sizeof(str));
|
strlcat(str, Channel_Name(chan), sizeof(str));
|
||||||
|
|
||||||
if (strlen(str) > (COMMAND_LEN - CHANNEL_NAME_LEN - 4)) {
|
if (strlen(str) > (COMMAND_LEN - CHANNEL_NAME_LEN - 4)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user