2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2025 by someone <someone@somenet.org>
10 * First, create the service.
15 * The name of the Global client.
16 * If you change this value, you probably want to change the client directive in the configuration for the global module too.
21 * The username of the Global client.
26 * The hostname of the Global client.
28 host = "services.host"
31 * The realname of the Global client.
33 gecos = "Global Noticer"
36 * The modes this client should use.
37 * Do not modify this unless you know what you are doing.
39 * These modes are very IRCd specific. If left commented, sane defaults
40 * are used based on what protocol module you have loaded.
42 * Note that setting this option incorrectly could potentially BREAK some, if
43 * not all, usefulness of the client. We will not support you if this client is
44 * unable to do certain things if this option is enabled.
49 * An optional comma separated list of channels this service should join. Outside
50 * of log channels this is not very useful, as the service will just idle in the
51 * specified channels, and will not accept any types of commands.
53 * Prefixes may be given to the channels in the form of mode characters or prefix symbols.
55 #channels = "@#services,#mychan"
61 * Provides essential functionality for Global.
68 * The name of the client that should be Global.
73 * This is the global message that will be sent when Services are being
76 * This directive is optional.
78 globaloncycledown = "Services are restarting, they will be back shortly - please be good while they're gone"
81 * This is the global message that will be sent when Services (re)join the
84 * This directive is optional.
86 globaloncycleup = "Services are now back online - have a nice day"
89 * If set, Services will hide the IRC Operator's nick in a global
92 * This directive is optional.
94 #anonymousglobal = yes
98 * Core Global commands.
100 * In Anope modules can provide (multiple) commands, each of which has a unique command name. Once these modules
101 * are loaded you can then configure the commands to be added to any client you like with any name you like.
103 * Additionally, you may provide a permission name that must be in the opertype of users executing the command.
105 * Sane defaults are provided below that do not need to be edited unless you wish to change the default behavior.
108 /* Give it a help command. */
109 command { service = "Global"; name = "HELP"; command = "generic/help"; }
114 * Provides the command global/global.
116 * Used for sending a message to every online user.
118 module { name = "gl_global" }
119 command { service = "Global"; name = "GLOBAL"; command = "global/global"; permission = "global/global"; }