summaryrefslogtreecommitdiff
path: root/src/perl/common/Channel.xs
diff options
context:
space:
mode:
Diffstat (limited to 'src/perl/common/Channel.xs')
-rw-r--r--src/perl/common/Channel.xs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/perl/common/Channel.xs b/src/perl/common/Channel.xs
index f425dc2b..0692a7cc 100644
--- a/src/perl/common/Channel.xs
+++ b/src/perl/common/Channel.xs
@@ -43,14 +43,6 @@ CODE:
server->channels_join(server, channels, automatic);
Irssi::Channel
-channel_create(server, name, automatic)
- Irssi::Server server
- char *name
- int automatic
-CODE:
- CHAT_PROTOCOL(server)->channel_create(server, name, automatic);
-
-Irssi::Channel
channel_find(server, name)
Irssi::Server server
char *name