mirror of
https://github.com/ergochat/ergo.git
synced 2026-01-23 20:09:55 -08:00
Send a configurable NOTICE on first connection that hopm can detect via target_string
This commit is contained in:
parent
b26571e891
commit
13653b5202
5 changed files with 22 additions and 2 deletions
|
|
@ -180,6 +180,10 @@ server:
|
|||
# if this is true, the motd is escaped using formatting codes like $c, $b, and $i
|
||||
motd-formatting: true
|
||||
|
||||
# send a configurable notice to clients immediately after they connect,
|
||||
# as a way of detecting open proxies
|
||||
#initial-notice: "*** Welcome to the Ergo IRC server"
|
||||
|
||||
# idle timeouts for inactive clients
|
||||
idle-timeouts:
|
||||
# give the client this long to complete connection registration (i.e. the initial
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue