Mercurial > pidgin.yaz
view pidgin/plugins/perl/common/GtkLog.xs @ 17256:d04b1617da3d
This should suppress an annoying 477 numeric on channel joins if you
aren't identified on freenode. It might cause problems with *real*
477s if you get disconnected, but I'm not sure -- someone scream if it
does.
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Wed, 23 May 2007 18:29:23 +0000 |
parents | e622745f6f42 |
children | ff8aaa52b44d |
line wrap: on
line source
#include "gtkmodule.h" MODULE = Pidgin::Log PACKAGE = Pidgin::Log PREFIX = pidgin_log_ PROTOTYPES: ENABLE Purple::Handle pidgin_log_get_handle() void pidgin_log_show(type, screenname, account) Purple::LogType type const char * screenname Purple::Account account void pidgin_log_show_contact(contact) Purple::BuddyList::Contact contact MODULE = Pidgin::Log PACKAGE = Pidgin::SysLog PREFIX = pidgin_syslog_ PROTOTYPES: ENABLE void pidgin_syslog_show()