diff --git a/Configs/IRC.Core.ini b/Configs/IRC.Core.ini index 7edfdb1..92e7071 100644 --- a/Configs/IRC.Core.ini +++ b/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 diff --git a/IRC.Core/IRC_Core.cpp b/IRC.Core/IRC_Core.cpp index 9307e56..a6a4652 100644 --- a/IRC.Core/IRC_Core.cpp +++ b/IRC.Core/IRC_Core.cpp @@ -45,6 +45,8 @@ bool IRCCorePlugin::initialize() int IRCCorePlugin::OnRehash() { + Jupiter::Plugin::OnRehash(); + serverManager->OnConfigRehash(); return 0; } diff --git a/Jupiter b/Jupiter index c378c17..79b53cf 160000 --- a/Jupiter +++ b/Jupiter @@ -1 +1 @@ -Subproject commit c378c178809fc77ad922298c0e9bb33d1fa55cb0 +Subproject commit 79b53cfe04a71a301baa59803b48609d797ba86c diff --git a/Release/Bot.lib b/Release/Bot.lib index 4e7876b..2534017 100644 Binary files a/Release/Bot.lib and b/Release/Bot.lib differ diff --git a/Release/Plugins/RenX.Core.lib b/Release/Plugins/RenX.Core.lib index a8e0d29..0a23cdf 100644 Binary files a/Release/Plugins/RenX.Core.lib and b/Release/Plugins/RenX.Core.lib differ