mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-24 21:21:56 +00:00
Updated links to use HTTPS protocol
This commit is contained in:
parent
d3874d3896
commit
c4da960bb8
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Sample config file for WolfAdmin. Adjust to your needs.
|
||||
|
||||
# See http://dev.timosmit.com/wolfadmin/
|
||||
# http://dev.timosmit.com/wolfadmin/configuration.html
|
||||
# See https://dev.timosmit.com/wolfadmin/
|
||||
# https://dev.timosmit.com/wolfadmin/configuration.html
|
||||
|
||||
[main]
|
||||
# uncomment if you need to override these settings
|
||||
|
|
|
@ -21,7 +21,7 @@ function commandWolfAdmin(clientId, command)
|
|||
et.trap_SendConsoleCommand(et.EXEC_APPEND, "csay "..clientId.." \"^3This server is running ^7Wolf^1Admin ^7"..wolfa_getVersion().." ^3("..wolfa_getRelease().."^3)\";")
|
||||
et.trap_SendConsoleCommand(et.EXEC_APPEND, "csay "..clientId.." \"\";")
|
||||
et.trap_SendConsoleCommand(et.EXEC_APPEND, "csay "..clientId.." \"^3Created by ^7Timo '^aTimo^qthy^7' ^7Smit^3. More info on\";")
|
||||
et.trap_SendConsoleCommand(et.EXEC_APPEND, "csay "..clientId.." \" ^7http://dev.timosmit.com/wolfadmin/\";")
|
||||
et.trap_SendConsoleCommand(et.EXEC_APPEND, "csay "..clientId.." \" ^7https://dev.timosmit.com/wolfadmin/\";")
|
||||
et.trap_SendConsoleCommand(et.EXEC_APPEND, "csay "..clientId.." \"\";")
|
||||
et.trap_SendConsoleCommand(et.EXEC_APPEND, "csay "..clientId.." \"^3Thanks for using!\";")
|
||||
|
||||
|
|
Loading…
Reference in a new issue