mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 05:43:12 +02:00
*** empty log message ***
This commit is contained in:
@@ -531,3 +531,4 @@
|
||||
- Updated PREFIX Client Protoctl
|
||||
- Added ^MrMike^'s command list, this one will be updated
|
||||
- Removed ID_CVS, hopefully fixing some bastard stuff
|
||||
- Fixed a last minute SJOIN bug
|
||||
|
||||
+4
-4
@@ -4453,16 +4453,16 @@ int m_sjoin(cptr, sptr, parc, parv)
|
||||
|
||||
merge = nopara = nomode = removeours = removetheirs = 0;
|
||||
|
||||
if (SupportSJOIN(sptr) && !SupportSJ3(sptr) &&
|
||||
if (SupportSJOIN(cptr) && !SupportSJ3(cptr) &&
|
||||
!strncmp(parv[4], "<none>", 6))
|
||||
nopara = 1;
|
||||
if (SupportSJOIN2(sptr) && !SupportSJ3(sptr) &&
|
||||
if (SupportSJOIN2(cptr) && !SupportSJ3(cptr) &&
|
||||
!strncmp(parv[4], "<->", 6))
|
||||
nopara = 1;
|
||||
if (SupportSJ3(sptr) && (parc < 6))
|
||||
if (SupportSJ3(cptr) && (parc < 6))
|
||||
nopara = 1;
|
||||
|
||||
if (SupportSJ3(sptr))
|
||||
if (SupportSJ3(cptr))
|
||||
{
|
||||
if (parc < 5)
|
||||
nomode = 1;
|
||||
|
||||
Reference in New Issue
Block a user