mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Perl working again, better than ever (unless there's bugs :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@191 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9cbf26d519
commit
a5a66264de
43 changed files with 1510 additions and 1004 deletions
|
|
@ -53,6 +53,7 @@ void printformat(void *server, const char *channel, int level, int formatnum, ..
|
|||
void printformat_format(FORMAT_REC *formats, void *server, const char *channel, int level, int formatnum, ...);
|
||||
|
||||
void printtext(void *server, const char *channel, int level, const char *str, ...);
|
||||
void printtext_multiline(void *server, const char *channel, int level, const char *format, const char *text);
|
||||
void printbeep(void);
|
||||
|
||||
void printtext_init(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue