mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-25 05:11:35 +00:00
stop it from crashing pretty much instantly.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4415 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
8db6963fc4
commit
609f6b423c
1 changed files with 1 additions and 1 deletions
|
@ -3046,7 +3046,7 @@ void JCL_ToJID(jclient_t *jcl, char *in, char *out, int outsize)
|
|||
}
|
||||
}
|
||||
|
||||
if (!strchr(in, '@'))
|
||||
if (!strchr(in, '@') && jcl)
|
||||
{
|
||||
//no @? probably its an alias, but could also be a server/domain perhaps. not sure we care. you'll just have to rename your friend.
|
||||
//check to see if we can find a friend going by that name
|
||||
|
|
Loading…
Reference in a new issue