|
|
Seems there's an issue with it updating friends statuses?
I turned it on and left it for a bit when no one was online. Checked back and was still the same. Figured it might not be updating and closed / reopened pidgin and low behold there were people online.
Is there something wrong on my end or some way to force a refresh?
Is it possible to not join the default chat channel on connect?
Also at the moment, clicking on room list just freezes pidgen
Very nice.
Just wondering, is there any way to use this with Kopete?
Forum Moderators are not S2 Games employees. My posts in no way represent the view of S2 Games or any of its staff.
Please use the report post functionto have me review a post that you believe is breaking the Forum Rules.
Check the Sticky Threads for additional information on this sub-forum and the Announcement Threads for more information about Heroes of Newerth as a whole!
-----------------------------
Kopete uses a completely different engine and therefore doesn't use libpurple, so there is no way for it to be ported to Kopete.
Just get Pidgin and the Qt/GTK library and you'll be set.
This user's opinions and views do not represent the position or attitude of the GosuGamers.net Crew in any way.
Retail will fix it
Realignment patch will fix it
DotA2 will fix it
Inactive due to uni, also calling it right now: DotA2 comes out and sells power, SC2 DotA by Blizzard releases and is good, and it becomes the next big thing.
ok ima tryin this out now. thanks.
ps. sry but your wallpaper suck. i got one wally for u here hope u like it![]()
Requesting /topic support!
This user's opinions and views do not represent the position or attitude of the GosuGamers.net Crew in any way.
Retail will fix it
Realignment patch will fix it
DotA2 will fix it
Inactive due to uni, also calling it right now: DotA2 comes out and sells power, SC2 DotA by Blizzard releases and is good, and it becomes the next big thing.
Is there a way to join a channel on start up? And what happens if I'm logged in with pidgin and start HoN? And other way around?
This is great! Thanks a lot!
Forum Moderators are not S2 Games employees. My posts in no way represent the view of S2 Games or any of its staff.
Please use the report post functionto have me review a post that you believe is breaking the Forum Rules.
Check the Sticky Threads for additional information on this sub-forum and the Announcement Threads for more information about Heroes of Newerth as a whole!
-----------------------------
well, that should be a problem with chat server since there are reports now of such behaviour in hon's native client
like http://forums.heroesofnewerth.com/sh...ad.php?t=44200
Forum Moderators are not S2 Games employees. My posts in no way represent the view of S2 Games or any of its staff.
Please use the report post functionto have me review a post that you believe is breaking the Forum Rules.
Check the Sticky Threads for additional information on this sub-forum and the Announcement Threads for more information about Heroes of Newerth as a whole!
-----------------------------
I wrote a quick and dirty python script to disable honpurple, however the account does not behave like it should, i do not know why (other accounts disabled this way end up in the disabled list - hon stays in the enabled list but is actually disabled - try talking in the hon chat and you will see)
Usage - probably put it as a startwrapper for HoN so that it is run before hon.. if you feel like it you can also add some watchguard to see if the hon-x86 process has died and then re-enable the account.Code:#!/usr/bin/env python # Disables all active 'Heroes of Newerth' accounts import dbus bus = dbus.SessionBus() obj = bus.get_object("im.pidgin.purple.PurpleService", "/im/pidgin/purple/PurpleObject") purple = dbus.Interface(obj, "im.pidgin.purple.PurpleInterface") accounts = purple.PurpleAccountsGetAllActive() for acc in accounts: if purple.PurpleAccountGetProtocolName(acc) == "Heroes of Newerth": purple.PurpleAccountSetEnabled(acc,"Heroes of Newerth",False)
Don't think im going to be using it much unless there's a good way to prevent the standard chat channel from popping up... (i tried some but signals didn't like me, and no time to spend into finding out why, idea was to listen for chat joined -> immediately destroy that chat)
<3 GPL v3
My free software morals applaud you.
This user's opinions and views do not represent the position or attitude of the GosuGamers.net Crew in any way.
Retail will fix it
Realignment patch will fix it
DotA2 will fix it
Inactive due to uni, also calling it right now: DotA2 comes out and sells power, SC2 DotA by Blizzard releases and is good, and it becomes the next big thing.