]> jfr.im git - irc/quakenet/snircd-patchqueue.git/commitdiff
whousermodes: refresh for issethost.patch where HasSetHost() macro is removed.
authorwiebe <redacted>
Fri, 2 Apr 2010 12:45:46 +0000 (14:45 +0200)
committerwiebe <redacted>
Fri, 2 Apr 2010 12:45:46 +0000 (14:45 +0200)
whousermodes.patch

index e19ab4adf104c599531c33fae3f0739b3a450a2c..3965612aa0276aa34c4a7097afa48064574cf3a7 100644 (file)
@@ -1,11 +1,11 @@
 show all of the snircd usermodes in who to opers
 
-diff -r b6538352b946 ircd/whocmds.c
---- a/ircd/whocmds.c   Thu Mar 18 14:06:31 2010 +0100
-+++ b/ircd/whocmds.c   Thu Mar 18 14:15:13 2010 +0100
+diff -r 04fcc656f141 ircd/whocmds.c
+--- a/ircd/whocmds.c
++++ b/ircd/whocmds.c
 @@ -212,6 +212,20 @@
          *(p1++) = 'g';
-       if (HasSetHost(acptr))
+       if (IsSetHost(acptr))
          *(p1++) = 'h';
 +      if (IsNoChan(acptr))
 +        *(p1++) = 'n';