mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
/perl command does now "use Irssi::Proto" for all chat protocols that
have .pm file in @INC git-svn-id: http://svn.irssi.org/repos/irssi/trunk@983 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5dcd683324
commit
062d662834
3 changed files with 65 additions and 7 deletions
|
|
@ -39,6 +39,8 @@ void irssi_add_object(int type, int chat_type, const char *stash,
|
|||
void irssi_add_plain(const char *stash, PERL_OBJECT_FUNC func);
|
||||
void irssi_add_plains(PLAIN_OBJECT_INIT_REC *objects);
|
||||
|
||||
char *perl_get_use_list(void);
|
||||
|
||||
void perl_common_init(void);
|
||||
void perl_common_deinit(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue