diff options
Diffstat (limited to 'data/global.example.conf')
-rw-r--r-- | data/global.example.conf | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/data/global.example.conf b/data/global.example.conf index 09534dae7..d6c856aea 100644 --- a/data/global.example.conf +++ b/data/global.example.conf @@ -40,15 +40,6 @@ service * unable to do certain things if this option is enabled. */ #modes = "+o" - - /* - * An optional comma separated list of channels this service should join. Outside - * of log channels this is not very useful, as the service will just idle in the - * specified channels, and will not accept any types of commands. - * - * Prefixes may be given to the channels in the form of mode characters or prefix symbols. - */ - #channels = "@#services,#mychan" } /* @@ -58,7 +49,7 @@ service */ module { - name = "global" + name = "global/main" /* * The name of the client that should be Global. @@ -105,11 +96,11 @@ module command { service = "Global"; name = "HELP"; command = "generic/help"; } /* - * gl_global + * global/global * * Provides the command global/global. * * Used for sending a message to every online user. */ -module { name = "gl_global" } +module { name = "global/global" } command { service = "Global"; name = "GLOBAL"; command = "global/global"; permission = "global/global"; } |