though after running this for a sec i notice that although this does function the irc bot repeats the password constantly to the channel. This must mean that it talks directly to the channel using a / command and there for says something like /msg #channel test We killed Lich King
really nice plugin! one thing that would be great is to get gatherbuddy to initiate 'empty bags'. would it be possible to implement that? Greets, Gonzo
This plugin uses SmartIrc4net - C# IRC library It sends a simple line of code, just like a normal client does. If you check the log file you will have a lot of stuff written. Every message sent by people in channels the plugin is connected to, will be logged as a raw string. The latest version I released didn't have any major bugs as far as I know, there might be a few but nothing that will mess things up. The password is for the server, not the channel. If its available in the API then I can implement it. I don't play anymore though, and I probably won't start again either.
I spoke too soon I guess, I'm back for a while Will take a look on the plugin again, and fix anything I've missed.
And here is another way over due fix. Revision 84 BattleNet chat implemented. As always, all options are disabled by default. New Commands bnetdump Will dump all friends currently logged in. Due to restrictions, or lack of talent on my end, you will only be able to see their character names. the output will be CharacterName Pid : <PID> In this project, PID is known as PresenceID. To message someone, you need to use the PID, thats how it works. bnetmsg <PID> <Message> For example !bnetmsg 1 Hello Bob! bnetreply <Message> Reply to the last person you whispered. geeekzor-code - Revision 85: /trunk/GeekyIrc I will occasionally upload a zipped version Here -> https://code.google.com/p/geeekzor-code/downloads/list
Revision 88 geeekzor-code - Revision 88: /trunk/GeekyIrc Added a button to load settings from other characters. When loading a new setting file, your current file will be saved as a copy, named GeekyIrc-Settings-CharacterName.bak
Rev 90 Removed the initialization from the constructor, plugin won't randomly cause errors/crashes with hb anymore.
I have not had a chance to test this yet, but I had a couple questions. Do you know if putting in a custom nickname for sending commands, if the bot actually verifies if the nick is either identified with services, or have an IP mask that will verify? Also, what about servers that auto join you to a channel upon connect, does the bot attempt to remove itself from that main channel and only join a specified one, if not that would be a great addition!
It will only match the username, simply by comparing the person who tries to use a command with the nicknames in the configuration. It wont leave a channel. It should only listen to the channel that you wrote in the configuration, even then, it will only write errors/feedback to the channel you've chosen. The only problem for me right now is that I don't play wow, and I can't test most things without my full account, due to trial restrictions. I'll see what I can do, don't get your hopes up though, wow is dead to me
I just noticed that there was an SVN for this plugin and I now have it running the most current version and everything is now working flawlessly. I have noticed one bug that may or may not have been noticed. I currently have IRC Colors activated but for some reason they are not working. I remember an older bot that I used was able to produce the correct colors with the program that I am using on my phone so I think it has to do with the plugin itself. Is there a way to fix this issue? I have gone in and it shows activated and the specific colors for each type of chat but someone just talked in guild and no color came up. I have reverted all of the settings to default on the IRC client and it still doesn't show the colors.
There is an option in the settings that will notify you when you have leveled up as well as died. There are a lot of options so go through and see everything it has to offer. I'm fairly sure that is also mentioned on the first post.
i really miss "realname whispers" to my bnet buddies. :/ i'd use if implemented, but thats a feature i need. ?: also i'd like to !screenshot for taking a screenshot and uploading it to a predifined ftp ?: since today the plugin breaks my HB, if enabled, giving me this debug Code: [12:12:47:888] [12:12] [Connection Error] Reason: Could not connect to: irc.quakenet.org:6667 Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat 194.124.229.58:6667 [12:12:47:889] [12:12] [Connection Error] Reason: Error in the application. [12:13:08:886] [12:13] [Connection Error] Reason: Could not connect to: irc.quakenet.org:6667 Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat 194.124.229.58:6667 [12:13:08:891] [12:13] [Connection Error] Reason: Error in the application. i am currently logged in into irc.quakenet.org:6667 on another virtual machine. the connection IS valid. wtf happened changed nothing, worked flawless yesterday