aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-06-25 08:43:43 +0100
committerGravatar Sadie Powell2023-06-25 08:43:43 +0100
commit784c40eda7a72d7c8a5244f3bdec4a5f67a2d9c1 (patch)
tree8adc08ce8acb2a3ca9b758eab9e662fbc40261ca /docs
parentDocument the sslinfo config better. (diff)
Remove an obosolute workaround in the example module config.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/modules.conf.example7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example
index c631be942..1cda13b3b 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -147,13 +147,6 @@
#<alias text="ID" replace="SQUERY NickServ :IDENTIFY $2"
# requires="NickServ" service="yes">
#
-# This alias fixes a glitch in xchat 2.6.x and above and the way it
-# assumes IDENTIFY must be prefixed by a colon (:) character. It should
-# be placed ABOVE the default NICKSERV alias.
-#
-#<alias text="NICKSERV" format=":IDENTIFY *" replace="SQUERY NickServ :IDENTIFY $3-"
-# requires="NickServ" service="yes">
-#
# You may also add aliases to trigger based on something said in a
# channel, aka 'fantasy' commands, configured in the same manner as any
# other alias, with usercommand="no" and channelcommand="yes" The