Browse Source

IRC.Core:

* Updated Config
* Fixed rehash bug
pull/3/head v0.18.1
Jessica James 8 years ago
parent
commit
f9757780ce
  1. 13
      Configs/IRC.Core.ini
  2. 2
      IRC.Core/IRC_Core.cpp
  3. 2
      Jupiter
  4. BIN
      Release/Bot.lib
  5. BIN
      Release/Plugins/RenX.Core.lib

13
Configs/IRC.Core.ini

@ -108,7 +108,18 @@ RawData.1=PRIVMSG NickServ :IDENTIFY your_NickServ_Password
;
[DefaultCommands]
msg=0
rehash=4
select=4
deselect=4
raw=5
ircmsg=5
join=3
part=3
debuginfo=4
exit=5
ircconnect=5
ircdisconnect=5
plugin=5
; [(ServerName)Commands]
; You can modify the access requirements for any command here, on a

2
IRC.Core/IRC_Core.cpp

@ -45,6 +45,8 @@ bool IRCCorePlugin::initialize()
int IRCCorePlugin::OnRehash()
{
Jupiter::Plugin::OnRehash();
serverManager->OnConfigRehash();
return 0;
}

2
Jupiter

@ -1 +1 @@
Subproject commit c378c178809fc77ad922298c0e9bb33d1fa55cb0
Subproject commit 79b53cfe04a71a301baa59803b48609d797ba86c

BIN
Release/Bot.lib

Binary file not shown.

BIN
Release/Plugins/RenX.Core.lib

Binary file not shown.
Loading…
Cancel
Save