mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
Perl fixes and additions. theme_register() / printformat() works now
with scripts git-svn-id: http://svn.irssi.org/repos/irssi/trunk@884 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9a7491fbe6
commit
079932c405
10 changed files with 101 additions and 24 deletions
|
|
@ -9,6 +9,9 @@
|
|||
|
||||
extern GHashTable *perl_stashes;
|
||||
|
||||
/* returns the package who called us */
|
||||
char *perl_get_package(void);
|
||||
|
||||
HV *irssi_get_stash_item(int type, int chat_type);
|
||||
|
||||
#define irssi_get_stash(item) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue