diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-27 13:19:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-27 13:19:52 -0300 |
commit | 8960300838b64d440b6939cdae5c8dfc13bd88fe (patch) | |
tree | 3b3a2efc051874147c08cd506e55a4e9ab65c2c7 /conf | |
parent | 4d91c975867d19c0c5a1b190569ae3bda951a16e (diff) | |
download | serverdata-8960300838b64d440b6939cdae5c8dfc13bd88fe.tar.gz serverdata-8960300838b64d440b6939cdae5c8dfc13bd88fe.tar.bz2 serverdata-8960300838b64d440b6939cdae5c8dfc13bd88fe.tar.xz serverdata-8960300838b64d440b6939cdae5c8dfc13bd88fe.zip |
Remove all mentions from evolonline.org from NPCs and IRC.
However, I cannot find the update server to update it
Diffstat (limited to 'conf')
-rw-r--r-- | conf/channels.conf.base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/channels.conf.base b/conf/channels.conf.base index dee7575b..f7bdad32 100644 --- a/conf/channels.conf.base +++ b/conf/channels.conf.base @@ -58,7 +58,7 @@ chsys: ( irc_channel_name: "irc" /* available as #irc */ irc_channel_color: "Light_Green" irc_channel_network: "irc.freenode.net:6667" /* network to connect to (:and port) */ - irc_channel_channel: "#evolonline" /* channel in the network above to join */ + irc_channel_channel: "#themanaworld" /* channel in the network above to join */ irc_channel_nick: "testbot" /* nick the bot will use */ irc_channel_nick_pw: "" /* password to this nick (if any) to identify to nick server on the irc network */ irc_channel_use_ghost: false /* whether to send a GHOST command to the nick server (requires irc_channel_nick_pw to be defined) */ |