]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix various typos.
authorPeter Powell <petpow@saberuk.com>
Thu, 4 Apr 2019 13:36:45 +0000 (14:36 +0100)
committerPeter Powell <petpow@saberuk.com>
Thu, 4 Apr 2019 13:36:45 +0000 (14:36 +0100)
docs/conf/modules.conf.example
docs/conf/services/anope.conf.example
include/modules.h

index 945027842888a6ce37c3901ae41b2fcbf544b75a..e5b8af9a55ed90bc554545caea18b003a8b0e0bb 100644 (file)
 #                      If 'bypasscharsuline' is empty, then 'bypasschars' will
 #                      match for both regular and U-lined users.
 #  enableprivdeaf    - Whether to enable usermode +D (privdeaf).
-#  privdeafuline     - Whether U-lined users bypass usermode +D (privdeaf).A
+#  privdeafuline     - Whether U-lined users bypass usermode +D (privdeaf).
 #
 #<deaf bypasschars="" bypasscharsuline="!" enableprivdeaf="no" privdeafuline="yes">
 
index b753874be7fa69a1e2765c7d7ffd4009b5329514..5c8f859ffd2ca5281e8c2dd6b97e06972773368d 100644 (file)
@@ -6,4 +6,4 @@
 
 # /GLOBAL <message>
 # Sends a global notice.
-<alias text="GLOBAL" format="*" replace="ยง $requirement :GLOBAL $2-" requires="Global" uline="yes" operonly="yes">
+<alias text="GLOBAL" format="*" replace="SQUERY $requirement :GLOBAL $2-" requires="Global" uline="yes" operonly="yes">
index 3e9df35aaa691fc52bd13b9fc780e65513736c10..ae438128d33cf40994256ba813e1695534fb5e5f 100644 (file)
@@ -723,7 +723,7 @@ class CoreExport Module : public classbase, public usecountbase
        virtual void OnPostCommand(Command* command, const CommandBase::Params& parameters, LocalUser* user, CmdResult result, bool loop);
 
        /** Called after a user object is initialised and added to the user list.
-        * When this is called the user has not their I/O hooks checked or had their initial
+        * When this is called the user has not had their I/O hooks checked or had their initial
         * connect class assigned and may not yet have a serialiser. You probably want to use
         * the OnUserPostInit or OnUserSetIP hooks instead of this one.
         * @param user The connecting user.