Ye I've implemented it, Ill upload a new version with the changes later.ah yes, forgot to mention that. Yes, the irc colors.
Rev 60
Added an option to turn on/off chat logging in Honorbuddys chat.
Rev 59
Added the option to change IrcColors.
Fixed "LogAllInPrivateMessages"
Removed TimeStamps
Rev 5X
Changed the layout of the config window.
The labels at the bottom can disconnect/connect the bot.
Thanks to Highvolts
Config window can be left opened, just close the Plugins window and leave the config open to change stuff.
Is it just me or the plugin doesn't work correctly anymore after the recent updates?
It connects to my irc, reports status etc fine, but does not log the messages I need at all. What can be wrong?
I've already tried to wipe the configs, remove and checkout the plugin again, no luck yet.
All I need atm is to log whispers with BGBuddy, nothing is logged(still pos, status commands etc work just fine)
<?xml version="1.0" encoding="utf-8"?>
<ConfigValues>
<DebugLogging>False</DebugLogging>
<LogItAll>False</LogItAll>
<LogAllInPrivateMessages>False</LogAllInPrivateMessages>
<LogAllInPrivateMessagesNick>LogNick</LogAllInPrivateMessagesNick>
<IrcUsername>
<Entry>IrcUsername</Entry>
</IrcUsername>
<IrcUsermode>0</IrcUsermode>
<IrcPassword></IrcPassword>
<IrcChannel>#Bot</IrcChannel>
<IrcAddress>localhost</IrcAddress>
<IrcPort>6637</IrcPort>
<IrcSendDelay>1</IrcSendDelay>
<UseIrcSendDelay>True</UseIrcSendDelay>
<ReconnectDelay>30</ReconnectDelay>
<AutoReconnect>True</AutoReconnect>
<LogInHbsLog>False</LogInHbsLog>
<LogParty>True</LogParty>
<LogWhispers>True</LogWhispers>
<LogGuild>True</LogGuild>
<LogOfficer>True</LogOfficer>
<LogRaid>True</LogRaid>
<LogBattleground>True</LogBattleground>
<LogSay>True</LogSay>
<LogOwn>True</LogOwn>
<LogLoot>True</LogLoot>
<LootFilter>1</LootFilter>
<ListenToSpecificNick>
<Entry>MyNick</Entry>
</ListenToSpecificNick>
<UseNickSecurity>False</UseNickSecurity>
<AllowProcessKill>False</AllowProcessKill>
<CommandPrefix>.</CommandPrefix>
<IrcNotice>True</IrcNotice>
<NotifyGuild>True</NotifyGuild>
<NotifySay>True</NotifySay>
<NotifyBg>True</NotifyBg>
<NotifyRaid>True</NotifyRaid>
<NotifyParty>True</NotifyParty>
<NotifyOfficer>True</NotifyOfficer>
<NotifyLevelUp>False</NotifyLevelUp>
<NotifyDeath>False</NotifyDeath>
<NotifyMobKilled>False</NotifyMobKilled>
<ChangeProfiles>False</ChangeProfiles>
<GrindProfile></GrindProfile>
<QuestProfile></QuestProfile>
<Gatherbuddy2Profile></Gatherbuddy2Profile>
<ColorIrcMessages>True</ColorIrcMessages>
<WhisperColor>Pink</WhisperColor>
<PartyColor>Blue</PartyColor>
<GuildColor>Green</GuildColor>
<OfficerColor>Green</OfficerColor>
<SayColor>White</SayColor>
<RaidColor>Orange</RaidColor>
<BgColor>Orange</BgColor>
<AchievementColor>Yellow</AchievementColor>
</ConfigValues>
No.Do you have private messages enabled?
Strange. I've reconfigured it from scratch again and it works now.I use the latest version myself, and these are the settings I use, I also use a local server so the irc settings need to be changed.
can t extract the current archive.
i see all my action in irc now thx
I get a problem when extracting giving a error could someone reupload this thanks
If there is an event for it then I can send a message, if not then maybe Extreme Logging is an option.thanks working like aboss, i have question but what about a notifier if my guy gets stuck or something
How about a Command to shut down the whole PC?
case "shutdown":
Process.Start("shutdown","/s /t 0");
break;
Everytime I try to do a passworded IRC channel it never connects; any fix around this?