mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 12:03:12 +02:00
return 0..
This commit is contained in:
@@ -100,6 +100,8 @@ int sinfo_server(aClient *cptr, aClient *sptr, int parc, char *parv[])
|
||||
/* Broadcast to 'the other side' of the net */
|
||||
concat_params(buf, sizeof(buf), parc, parv);
|
||||
sendto_server(cptr, 0, 0, ":%s SINFO %s", sptr->name, buf);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#define SafeDisplayStr(x) ((x && *(x)) ? (x) : "-")
|
||||
|
||||
Reference in New Issue
Block a user