mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 20:53:12 +02:00
Rename CHECKPROTO() to CHECKSERVERPROTO() to avoid mixing up server caps
and client caps in the future.
This commit is contained in:
@@ -787,7 +787,7 @@ void _introduce_user(Client *to, Client *acptr)
|
||||
SWhois *s;
|
||||
for (s = acptr->user->swhois; s; s = s->next)
|
||||
{
|
||||
if (CHECKPROTO(to, PROTO_EXTSWHOIS))
|
||||
if (CHECKSERVERPROTO(to, PROTO_EXTSWHOIS))
|
||||
{
|
||||
sendto_one(to, NULL, ":%s SWHOIS %s + %s %d :%s",
|
||||
me.id, acptr->name, s->setby, s->priority, s->line);
|
||||
|
||||
Reference in New Issue
Block a user