https://bugzilla.novell.com/show_bug.cgi?id=383574 User captain.magnus@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=383574#c2 --- Comment #2 from Magnus Boman <captain.magnus@opensuse.org> 2008-04-24 18:24:23 MST --- Furthermore, in order for this to work, we would have to create a "dummy" irc account in ~/.purple/accounts.xml like this (and replace username with the logged in user I suppose or come up with something silly like "newbie"); <account> <protocol>prpl-irc</protocol> <name>username@irc.freenode.net</name> <statuses> <status type='available' name='Available' active='true'> <attributes/> </status> <status type='away' name='Away' active='false'> <attributes/> </status> <status type='offline' name='Offline' active='false'> <attributes/> </status> </statuses> <settings> <setting name='encoding' type='string'>UTF-8</setting> <setting name='port' type='int'>6667</setting> <setting name='ssl' type='bool'>0</setting> </settings> <settings ui='gtk-gaim'> <setting name='auto-login' type='bool'>0</setting> </settings> <current_error/> </account> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.