What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Plugin - Monitoring] QuickIRC - An IRC Monitoring and Control by Apoc & wired420

Have I just missed it or dont this plugin spams out everything that happens in /whisper and /say ?

That would be a request if that not already exist, otherwise its great.

Full regards

Does that already. :)
 
Does that already. :)

It doesn't do that for me, is there some speciall config for that?

Added information: Im running QuickIRC 2.0, every command works as !s and !g or whatever.
So its only problem with this when ppl around me are speaking or I get whisper QuickIRC doesnt announce it.

Edit 2: I did also remove all my wow addons and did reove chat-cache in WTF folder, still not working.
 
Last edited:
Here is a patch for Guild and BattleNet whisper.

Index: ConnectionManager.cs
===================================================================
--- ConnectionManager.cs (revision 18)
+++ ConnectionManager.cs (working copy)
@@ -7,6 +7,7 @@
using Styx;
using Styx.Patchables;
using Styx.WoWInternals;
+using Styx.Helpers;

namespace QuickIRC2
{
@@ -18,6 +19,8 @@
WoWChat.Whisper += WoWChatExWhisper;
WoWChat.Party += WoWChatExParty;
WoWChat.PartyLeader += WoWChatExParty;
+ WoWChat.Guild += WoWChatExGuild;
+ Lua.Events.AttachEvent("CHAT_MSG_BN_WHISPER", WoWChatExBNWhisper);

BotEvents.Player.OnLevelUp += Player_OnLevelUp;
BotEvents.Player.OnPlayerDied += Player_OnPlayerDied;
@@ -90,5 +93,20 @@
{
Connection.SendMessage(string.Format("[SAY] {0}: {1}", e.Author, e.Message));
}
+
+ private static void WoWChatExGuild(WoWChat.ChatGuildEventArgs e)
+ {
+ Connection.SendMessage(string.Format("[SAY] {0}: {1}", e.Author, e.Message));
+ }
+
+ private static void WoWChatExBNWhisper(object sender, LuaEventArgs args)
+ {
+ object[] Args = args.Args;
+ string time = DateTime.Now.ToString();
+ string message = Args[0].ToString();
+ string presenceID = Args[12].ToString();
+ string senderName = Lua.GetReturnValues(String.Format("return BNGetFriendInfoByID({0})", presenceID))[3];
+ Connection.SendMessage(string.Format("[BNet_SAY] {0}: {1}", senderName, message));
+ }
}
}
\ No newline at end of file
 
Really nice plugin!

But got 1 problem :S

!w nickname message doesn't work.
I get whispers,party messages but it doesn't want to send them back :S Anyone know what is problem?
 
Really nice plugin!

But got 1 problem :S

!w nickname message doesn't work.
I get whispers,party messages but it doesn't want to send them back :S Anyone know what is problem?

I bugreported this with PM about 2 weeks ago but no return

(It does work if you write !w onewordmessage nickname)
 
Soo actually it doesn't support more than 1 word to be sent?
And it must be done in prefix !w word nickname? :O
 
Soo actually it doesn't support more than 1 word to be sent?
And it must be done in prefix !w word nickname? :O

Yea.. right now it is like this.. :) Ill hope they fix it asap.
 
Why does this plugin crash my HB? :( I tried to download it again, but I cannot seem to get it to work. :c
 
Any Possibility to add "reply" (like if you type /r in the chat ingame) to this? Because i got a tell from someone with a ASCII-Code Character (something like -> Ÿ), and therefore could not reply from my Smartphone... Would be very cool!
 
Really great useful plugin. Oddly it appears not to be working for me for a number of items. I don't see any chat windows output to IRC, and when I try to take a screenshot I get an error "Exception2: The process cannot access the file 'blah blah.jpg' because it is being used by another process.
 
Does anyone know if it supports other than English languages? Russian for example? I've tried to use this without any doubt awesome plug-in, but all messages come in gibberish. I use Colloquy for iPhone, and it does have options for changing encoding to Cyrillic(windows) and etc. If someone is using this plug-in in different languages, please tell me which programs are better to use, and irc servers as well?
 
Last edited:
I've tried 10 different subversion programs, and non of them enables me to download :( .. can someone direct me to a relevant site :) ?

EDIT: nevermind
 
Last edited:
Hello,

thanx a lot. So its possible for example to monitor my bot from my office?
cheers,
 
Last edited:
Can not download the programm with SVN

Hello,
I tried to pull the quick irc directory (look at the picture) to my harddisk. After 30 mins I stopped. Tried it several times.
What do I do wrong?
thanx a lot,
cheers,

ps: download worked now ... but for a few MB about 2 hours ................
 

Attachments

  • svn.webp
    svn.webp
    33.8 KB · Views: 48
Last edited:
Every single time I try to open the config it crashes my HB. Any id?a of what could be wrong?
 
Back
Top