mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-31 15:32:26 +01:00
.
kxkx
This commit is contained in:
parent
b57669903d
commit
81ce6d38a2
1 changed files with 6 additions and 4 deletions
|
@ -4378,10 +4378,12 @@ int m_sjoin(cptr, sptr, parc, parv)
|
|||
|
||||
merge = nopara = nomode = removeours = removetheirs = 0;
|
||||
|
||||
if (SupportSJOIN(sptr) && !strncmp(parv[4], "<none>", 6))
|
||||
nopara = 1;
|
||||
if (SupportSJOIN2(sptr) && !strncmp(parv[4], "<->", 6))
|
||||
nopara = 1;
|
||||
if (SupportSJOIN(sptr) && !SupportSJ3(sptr) &&
|
||||
!strncmp(parv[4], "<none>", 6))
|
||||
nopara = 1;
|
||||
if (SupportSJOIN2(sptr) && !SupportSJ3(sptr) &&
|
||||
!strncmp(parv[4], "<->", 6))
|
||||
nopara = 1;
|
||||
if (SupportSJ3(sptr) && (parc < 5))
|
||||
nopara = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue