Parent Directory
|
Revision Log
|
Patch
revision 4626 by michael, Sat Aug 30 16:56:59 2014 UTC | revision 4627 by michael, Sun Sep 21 09:47:43 2014 UTC | |
---|---|---|
# | Line 1143 get_oper_name(const struct Client *clien | Line 1143 get_oper_name(const struct Client *clien |
1143 | /* +5 for !,@,{,} and null */ | /* +5 for !,@,{,} and null */ |
1144 | static char buffer[NICKLEN + USERLEN + HOSTLEN + HOSTLEN + 5]; | static char buffer[NICKLEN + USERLEN + HOSTLEN + HOSTLEN + 5]; |
1145 | ||
1146 | if (IsServer(client_p)) | |
1147 | return client_p->name; | |
1148 | ||
1149 | if (MyConnect(client_p)) | if (MyConnect(client_p)) |
1150 | { | { |
1151 | if ((cnode = client_p->connection->confs.head)) | if ((cnode = client_p->connection->confs.head)) |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |