1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 12:03:12 +02:00

return 0..

This commit is contained in:
Bram Matthys
2019-03-23 18:44:00 +01:00
parent ab50bf2afc
commit 5992a759f7
+2
View File
@@ -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) : "-")