Added SILC Thread Queue API
[crypto.git] / apps / irssi / src / perl / common / Channel.xs
index f425dc2bc347adb6975f5edd25afc44645d6aa5e..0692a7ccc5642f78af2c33ae6c1a8f095bd9b7bf 100644 (file)
@@ -42,14 +42,6 @@ channels_join(server, channels, automatic)
 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