mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 17:13:12 +02:00
+- Minor SJOIN fix ..
This commit is contained in:
@@ -674,3 +674,4 @@ seen. gmtime warning still there
|
||||
codemastr
|
||||
- Some configure.in fixes to pthread stuff
|
||||
- Added possiblity to add parameters to configure in Config
|
||||
- Minor SJOIN fix ..
|
||||
+5
-4
@@ -735,10 +735,11 @@ void sendto_serv_butone_token_opt(aClient *one, int opt, char *prefix, char *com
|
||||
if (strchr(prefix, '.'))
|
||||
{
|
||||
acptr = (aClient *) find_server_quick(prefix);
|
||||
if (acptr->serv->numeric)
|
||||
{
|
||||
strcpy(pref, base64enc(acptr->serv->numeric));
|
||||
}
|
||||
if (acptr && acptr->serv)
|
||||
if (acptr->serv->numeric)
|
||||
{
|
||||
strcpy(pref, base64enc(acptr->serv->numeric));
|
||||
}
|
||||
}
|
||||
|
||||
strcpy(tcmd, token);
|
||||
|
||||
Reference in New Issue
Block a user