1
0
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:
stskeeps
2000-08-07 17:21:47 +00:00
parent d33f4a8120
commit 4ee74b07e3
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -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
View File
@@ -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;