Skip to content

Commit

Permalink
IRC.Core:
Browse files Browse the repository at this point in the history
* Updated Config
* Fixed rehash bug
  • Loading branch information
JAJames committed Jul 20, 2016
1 parent c236a29 commit f975778
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
13 changes: 12 additions & 1 deletion Configs/IRC.Core.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions IRC.Core/IRC_Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ bool IRCCorePlugin::initialize()

int IRCCorePlugin::OnRehash()
{
Jupiter::Plugin::OnRehash();

serverManager->OnConfigRehash();
return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion Jupiter
Binary file modified Release/Bot.lib
Binary file not shown.
Binary file modified Release/Plugins/RenX.Core.lib
Binary file not shown.

0 comments on commit f975778

Please sign in to comment.