]> jfr.im git - irc/unrealircd/unrealircd.git/commitdiff
omfg, fixed horrible mistake with mode patch!
authorluke <redacted>
Tue, 28 May 2002 03:57:25 +0000 (03:57 +0000)
committerluke <redacted>
Tue, 28 May 2002 03:57:25 +0000 (03:57 +0000)
.CHANGES.NEW
Changes
src/channel.c

index 9e98a2eb4edde9a224e9094927a54b2bfdbde564..d701cdf7a53afb9da4c3b7b6ff3e9c12656a55d3 100644 (file)
@@ -6,14 +6,14 @@ If you need help setting up your server, mail
 supporters@lists.unrealircd.org or ask on IRC:
 /server irc.ircsystems.net, /join #unreal-support
 
-Regardless, please read Unreal.nfo first along with all documenation
+Regardless, please read Unreal.nfo first along with all documentation
 and FAQ's in doc/. If you do not do this, we will NOT help you!
  
 If the code is changed in any way, or the version string is modified,
-we do _NOT_ support the product. (Unless of course you got explicit
+we will _NOT_ support the product. (Unless of course you got explicit
 permission from one of the UnrealIRCd coders.)
 
-Finally, unofficial UnrealIRCd/32 builds (if it doesn't say "geniune"
+Finally, unofficial UnrealIRCd/32 builds (if it doesn't say "genuine"
 in the display) are _NOT_ supported.
 
 -Luke (maintainer of UnrealIRCd 3.1.x)
diff --git a/Changes b/Changes
index 40aff65c0ec84980685f03345e47fdf91a525d0d..3e1fb8c5ce8ae6237b81e3f46b5ba173637ecc96 100644 (file)
--- a/Changes
+++ b/Changes
@@ -342,3 +342,8 @@ done, but whatever.)
 Moved cloak key definitions to unrealircd.conf
 --Luke
 ===================================
+
+omfg, I screwed up the mode patch so that desynchs
+occurred with fucked -bbbbbb modes. Fixed now!
+--Luke
+===================================
index 8d50b399c04c18edbc4ed1f8b3b08148936b2989..f2e8ae409d2df1873a5f75cda090fd9299e72f8b 100644 (file)
@@ -2163,7 +2163,7 @@ void set_mode(chptr, cptr, parc, parv, pcount, pvar, bounce)
                                      me.name, cptr->name, *curchr);
                                  break;
                          }
-                          if (parc - paracount < 1)
+                          if (parc - paracount >= 1)
                                  parv[paracount] = NULL;
                          if (parv[paracount] &&
                              strlen(parv[paracount]) >= MODEBUFLEN)