• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [IRC] GeekyIrc

    Discussion in 'Archives' started by geeekzor, Nov 14, 2012.

    1. geeekzor

      geeekzor Member

      Joined:
      Jan 15, 2010
      Messages:
      213
      Likes Received:
      3
      Trophy Points:
      18
      Ye, I had that aswell, haven't found a solution yet, my pc is finally fixed so I'm gonna go through the logs you've sent me and see if I can find something.

      Yeah, I messed up there, I'm not handling the information correctly.
       
    2. Voidreg

      Voidreg Member

      Joined:
      Nov 7, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      6
      Thanks for your hard work!
       
    3. geeekzor

      geeekzor Member

      Joined:
      Jan 15, 2010
      Messages:
      213
      Likes Received:
      3
      Trophy Points:
      18
      3.0.2.2

      Extreme logging should work, it follows the LogLevel settings set by the options in HB, so debug messages won't show if you have the setting at normal.

      Also, I did not see the Queue empty exception, I'm guessing it is from the Irc framework but I can't be sure, further testing is required.
       
    4. SkyDriver

      SkyDriver New Member

      Joined:
      Dec 31, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Hi, worked great.
      Could you please upload a settings.xml with rnd stuff inside. i need an example. couz i'm running few bots and want to make for everyone a settings.xml.
       
    5. c1k

      c1k New Member

      Joined:
      Dec 14, 2011
      Messages:
      67
      Likes Received:
      0
      Trophy Points:
      0
      Hey the plugin works fine.

      Thanks for it!!!!!!!!!!!!!!!!


      but got an problem.

      Gatherer1> 0 logged off
      <Gatherer1> 0 logged on
      <Gatherer1> 0 logged off
      <Gatherer1> 0 logged on
      <Gatherer1> 0 logged off
      any idea how to stop it?
       
    6. Insurrection267

      Insurrection267 New Member

      Joined:
      Jan 20, 2013
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      I get the following messages in irc everytime it tries to load:

      <Name> (<address>) has joined <room
      * ChanServ sets mode: +b *<Address>
      * <Name> was kicked by ChanServ (You are not permitted to be on this channel.)

      The Name is registered and has a password, the channel is also registered and has a password. I have tried both passwords in the password field of the plugin settings and the same thing happens.
      The Name is registered with the channel and can join thru mIRC but can't join thru the plugin. Any ideas on how to correct this?
       
    7. Stjarne

      Stjarne New Member

      Joined:
      Sep 27, 2012
      Messages:
      135
      Likes Received:
      0
      Trophy Points:
      0
      Chose another irc server, try irc.quakenet.org and join any channel that you want.
      Chanserv irc servers usually restricts users from joining if the settings made in that channel is set to ban non authed users.
       
    8. Stjarne

      Stjarne New Member

      Joined:
      Sep 27, 2012
      Messages:
      135
      Likes Received:
      0
      Trophy Points:
      0
      Hello,

      Iam trying this out now. I got it to connect to IRC, and it works fine except that i have a few questions.

      When i loot something it doesnt announce it, and sometimes it says 1 logged on, 1 logged off. (whats that?)

      Can you go through the settings a little more on the front page by editing it or something so its a more walk in the park when installing it.

      +rep for this tho.
       
    9. Macatho

      Macatho New Member

      Joined:
      Dec 3, 2011
      Messages:
      1,108
      Likes Received:
      18
      Trophy Points:
      0
      In the settings tab
      Is it possible to write %name or something like that (inside plugin settings) to make the Plugin display the name of the bot inside mirc instead of me manually setting it to like "Bot1" etc... I know about the !name of character inside mirc...
      I have 3 accounts and I swap a ton of chars using HBrelog (professionbuddy flipping etc...got 5 toons on each account so a total of 15 different names), it would be helpful if I could just glance at mirc to check which bot (character that is) is online instead of doing !status or !name.
       
    10. Macatho

      Macatho New Member

      Joined:
      Dec 3, 2011
      Messages:
      1,108
      Likes Received:
      18
      Trophy Points:
      0
      Maybe its possible to change around some data:
      for example move StyxWoW.Me.Name into like

      _irc.Connect(ConfigValues.Instance.IrcAddress, ConfigValues.Instance.IrcPort);
      ---->>> _irc.Login(ConfigValues.Instance.IrcUsername, ConfigValues.Instance.IrcUsername[0]);
      _irc.RfcJoin(ConfigValues.Instance.IrcChannel);


      My programming skills are very rudimentary, but I do understand that styxwow.me.name gets the name from WoW. And IrcUsername gets the name of the bot from Settings in plugins

      Is it possible to do

      ---->>> _irc.Login(StyxWoW.Me.Name);

      ??
       
    11. jimmy06

      jimmy06 Moderator Staff Member Moderator

      Joined:
      May 12, 2010
      Messages:
      817
      Likes Received:
      20
      Trophy Points:
      18
      Essentially yes.
       
    12. Macatho

      Macatho New Member

      Joined:
      Dec 3, 2011
      Messages:
      1,108
      Likes Received:
      18
      Trophy Points:
      0
      Seems to be kinda fubared when it comes to replying to anyone using any weird letters like:
      ?????? etc etc...
       
    13. jimmy06

      jimmy06 Moderator Staff Member Moderator

      Joined:
      May 12, 2010
      Messages:
      817
      Likes Received:
      20
      Trophy Points:
      18
      That's because there not supported.
       
    14. Macatho

      Macatho New Member

      Joined:
      Dec 3, 2011
      Messages:
      1,108
      Likes Received:
      18
      Trophy Points:
      0
      Cool.
      You seem to know alot about the code behind this plugin Jimmy.
      Would it be hard to do something like what I just said....wowstyx me name etc... and implement that into the bot so you can select just "display name of character" in plugin settings...

      Or just do it in code without the option to select...
       
    15. toNyx

      toNyx Well-Known Member

      Joined:
      Oct 29, 2011
      Messages:
      3,770
      Likes Received:
      35
      Trophy Points:
      48
      When HB will come up again, i'll find time to fix issues in this plugin, just tell me what you want to be modified.
       
    16. Macatho

      Macatho New Member

      Joined:
      Dec 3, 2011
      Messages:
      1,108
      Likes Received:
      18
      Trophy Points:
      0
      1. If possible, make the bot connect to IRC using the characters name as a setting by default. For those of us who have more than 1 bot and don't want to config them all. I just downloaded this plugin and it seems great, I opened the file and added my irc settings etc and the only thing I am not able to change is the name the bot assumes in IRC, because every bot has a different name.

      2. If possible and it dsnt take too much effort make the bot able to send whispers to characters with names that contains funky letters ????? etc...
       
    17. toNyx

      toNyx Well-Known Member

      Joined:
      Oct 29, 2011
      Messages:
      3,770
      Likes Received:
      35
      Trophy Points:
      48
      1. The point of using an array of nicknames (so multiple nicknames) is to avoid trying to connect with someone who's already connected with this one, I added a function to random 3 names based on current toon name.

      2. I don't know why these don't work, I'm not used to those since I hate em' :D and in the code there's nothing wrong about encoding, nothing is changed, everything is passed as it's written on irc, if you're using the !reply don't expect it to work, for some odd reason it can't detect the replytarget...

      Anyway, got lot of things working as intented, still testing, i'll probably remove most of the commands which are useless or not functional... or maybe fix them.

      Any other things you want to add/modify?
       
    18. Macatho

      Macatho New Member

      Joined:
      Dec 3, 2011
      Messages:
      1,108
      Likes Received:
      18
      Trophy Points:
      0
      possible to just grab the name from the character, add a 1,2 or 3 or even 4 after it and insert it into _irc.Login(ConfigValues.Instance.IrcUsername

      Hope you catch my drift, its mainly meant to make it faster and easier to configure if you're running multiple toons, like for professionbuddy.
       
    19. toNyx

      toNyx Well-Known Member

      Joined:
      Oct 29, 2011
      Messages:
      3,770
      Likes Received:
      35
      Trophy Points:
      48
      I already done it, it adds a random number between 1-25 at the end of the name, and does it 3 times to have 3 different nicknames just in case, it's working atm.
       
    20. Macatho

      Macatho New Member

      Joined:
      Dec 3, 2011
      Messages:
      1,108
      Likes Received:
      18
      Trophy Points:
      0
      Works with 2-3 bots, but having problems connecting with more. Do you know if for example quakenet has any IP-restrictions on more than 2-3 connections?

      And if so, do you know some IRC server which does not have any restrictions?
       

    Share This Page