view pidgin/plugins/perl/common/GtkPlugin.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 cb0750152bf6
children 15f523ded027
line wrap: on
line source

#include "gtkmodule.h"

MODULE = Pidgin::Plugin  PACKAGE = Pidgin::Plugins  PREFIX = pidgin_plugins_
PROTOTYPES: ENABLE

void
pidgin_plugins_save()

MODULE = Pidgin::Plugin  PACKAGE = Pidgin::Plugin::Dialog  PREFIX = pidgin_plugin_dialog_
PROTOTYPES: ENABLE

void
pidgin_plugin_dialog_show()