logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pidgin - Perl extension for the Pidgin instant messenger.

Abstract

           This module provides the interface for using perl scripts as plugins in
           Pidgin, with access to the Pidgin Gtk interface functions.

Author

       Etan Reisner, <deryni@gmail.com>

Description

       This module provides the interface for using perl scripts as plugins in Pidgin, with access to the Pidgin
       Gtk interface functions. With this, developers can write perl scripts that can be loaded in Pidgin as
       plugins. The script can interact with IMs, chats, accounts, the buddy list, pidgin signals, and more.

       The API for the perl interface is very similar to that of the Pidgin C API, which can be viewed at
       http://developer.pidgin.im/doxygen/ or in the header files in the Pidgin source tree.

Functions

Name

       Pidgin - Perl extension for the Pidgin instant messenger.

See Also Pidgin C Api Documentation - Http://Developer.Pidgin.Im/Doxygen/

       The Pidgin perl module.

       Pidgin website - http://pidgin.im/

Synopsis

           use Pidgin;

See Also