mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
76c6e9ab83
separately now). Added statusbar code to available to perl, it's now possible to create new statusbar items with perl scripts. statusbar_items_redraw(char *name) can now be used to easily redraw all named statusbar items in screen. Probably several other changes I've already forgotten :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1861 dbcabf3a-b0e7-0310-adc4-f8d773084564
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
#include "module.h"
|
|
|
|
MODULE = Irssi::Irc::Query PACKAGE = Irssi::Irc::Server PREFIX = irc_
|
|
PROTOTYPES: ENABLE
|
|
|
|
Irssi::Irc::Query
|
|
irc_query_create(server_tag, nick, automatic)
|
|
char *server_tag
|
|
char *nick
|
|
int automatic
|