mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Merge pull request #22 from ailin-nemui/perl-package-fixes
Correct the packages of the scripting API
This commit is contained in:
commit
53e5f9f26a
@ -175,7 +175,7 @@ CODE:
|
||||
OUTPUT:
|
||||
RETVAL
|
||||
|
||||
MODULE = Irssi::TextUI PACKAGE = Irssi::UI::Server
|
||||
MODULE = Irssi::TextUI PACKAGE = Irssi::Server
|
||||
|
||||
void
|
||||
gui_printtext_after(server, target, prev, level, str)
|
||||
@ -195,6 +195,8 @@ BOOT:
|
||||
irssi_boot(TextUI__TextBuffer);
|
||||
irssi_boot(TextUI__TextBufferView);
|
||||
|
||||
MODULE = Irssi::TextUI PACKAGE = Irssi
|
||||
|
||||
void
|
||||
term_refresh_freeze()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user