• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin - Monitoring] QuickIRC - An IRC Monitoring and Control by Apoc & wired420

    Discussion in 'Archives' started by Apoc, Sep 30, 2010.

    1. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      Does that already. :)
       
    2. codex

      codex Member Legendary

      Joined:
      Jan 15, 2010
      Messages:
      114
      Likes Received:
      0
      Trophy Points:
      16
      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: Jan 6, 2011
    3. MrWhitebear

      MrWhitebear New Member

      Joined:
      Jul 19, 2010
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    4. Kiyumi

      Kiyumi New Member

      Joined:
      May 10, 2010
      Messages:
      693
      Likes Received:
      2
      Trophy Points:
      0
      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?
       
    5. codex

      codex Member Legendary

      Joined:
      Jan 15, 2010
      Messages:
      114
      Likes Received:
      0
      Trophy Points:
      16
      I bugreported this with PM about 2 weeks ago but no return

      (It does work if you write !w onewordmessage nickname)
       
    6. Kiyumi

      Kiyumi New Member

      Joined:
      May 10, 2010
      Messages:
      693
      Likes Received:
      2
      Trophy Points:
      0
      Soo actually it doesn't support more than 1 word to be sent?
      And it must be done in prefix !w word nickname? :O
       
    7. codex

      codex Member Legendary

      Joined:
      Jan 15, 2010
      Messages:
      114
      Likes Received:
      0
      Trophy Points:
      16
      Yea.. right now it is like this.. :) Ill hope they fix it asap.
       
    8. Reimbertsson

      Reimbertsson New Member

      Joined:
      Jul 12, 2010
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Why does this plugin crash my HB? :( I tried to download it again, but I cannot seem to get it to work. :c
       
    9. Anduril

      Anduril Member

      Joined:
      Nov 6, 2010
      Messages:
      58
      Likes Received:
      0
      Trophy Points:
      6
      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!
       
    10. bakedapple

      bakedapple New Member

      Joined:
      Jan 20, 2011
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      this sounds cool will have to give it ago, thanks
       
    11. theoperator

      theoperator New Member

      Joined:
      Dec 18, 2010
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    12. BlackPrapor

      BlackPrapor New Member

      Joined:
      May 7, 2010
      Messages:
      285
      Likes Received:
      1
      Trophy Points:
      0
      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: Feb 20, 2011
    13. Newk

      Newk New Member

      Joined:
      Jan 7, 2011
      Messages:
      149
      Likes Received:
      1
      Trophy Points:
      0
      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: Feb 21, 2011
    14. madmaximka

      madmaximka Active Member

      Joined:
      Oct 15, 2010
      Messages:
      1,275
      Likes Received:
      4
      Trophy Points:
      38
      please add unicode support for russian servers
       
    15. aprisma

      aprisma New Member

      Joined:
      Feb 25, 2011
      Messages:
      359
      Likes Received:
      0
      Trophy Points:
      0
      Hello,

      thanx a lot. So its possible for example to monitor my bot from my office?
      cheers,
       
      Last edited: Mar 4, 2011
    16. aprisma

      aprisma New Member

      Joined:
      Feb 25, 2011
      Messages:
      359
      Likes Received:
      0
      Trophy Points:
      0
      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 ................
       

      Attached Files:

      • svn.jpg
        svn.jpg
        File size:
        78.6 KB
        Views:
        48
      Last edited: Mar 5, 2011
    17. Reimbertsson

      Reimbertsson New Member

      Joined:
      Jul 12, 2010
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Every single time I try to open the config it crashes my HB. Any id?a of what could be wrong?
       

    Share This Page