1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 06:43:12 +02:00
This commit is contained in:
stskeeps
2000-07-17 15:20:58 +00:00
parent 160d1600a6
commit b1416fc0c0
+1
View File
@@ -4747,6 +4747,7 @@ int m_sjoin(cptr, sptr, parc, parv)
while ((*t != ' ') && (*t != '\0'))
nick[i++] = *(t++); /* get nick */
nick[i] = '\0';
sendto_ops("Ehm.. %s",nick);
if (nick[0] == ' ')
continue;
if (nick[0] == '\0')