summaryrefslogtreecommitdiff
path: root/src/perl/xs/Irssi-channel.xs
diff options
context:
space:
mode:
Diffstat (limited to 'src/perl/xs/Irssi-channel.xs')
-rw-r--r--src/perl/xs/Irssi-channel.xs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/perl/xs/Irssi-channel.xs b/src/perl/xs/Irssi-channel.xs
index 62d5892e..8f14ebc9 100644
--- a/src/perl/xs/Irssi-channel.xs
+++ b/src/perl/xs/Irssi-channel.xs
@@ -76,6 +76,7 @@ PPCODE:
hv_store(hv, "createtime", 10, newSViv(channel->createtime), 0);
hv_store(hv, "topic", 5, new_pv(channel->topic), 0);
+ hv_store(hv, "mode", 4, new_pv(channel->mode), 0);
hv_store(hv, "limit", 5, newSViv(channel->limit), 0);
hv_store(hv, "key", 3, new_pv(channel->key), 0);
@@ -109,10 +110,6 @@ command(channel, cmd)
CODE:
signal_emit("send command", 3, cmd, channel->server, channel);
-char *
-channel_get_mode(channel)
- Irssi::Channel channel
-
Irssi::Nick
nicklist_insert(channel, nick, op, voice, send_massjoin)
Irssi::Channel channel