Created SILC Runtime Toolkit git repository Part I.
[runtime.git] / apps / irssi / docs / help / in / ban.in
diff --git a/apps/irssi/docs/help/in/ban.in b/apps/irssi/docs/help/in/ban.in
deleted file mode 100644 (file)
index f6b7496..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-
-@SYNTAX:ban@
-
-This command is used to manage the ban list of the channel.
-You must be channel operator to be able to use this command.
-Wildcards may be used with this command.
-
-In ban list it is possible to add nicknames, server name, username,
-hostname or netmask (IP/MASK), and public keys.
-
-Examples:
-    /BAN #mychannel +foobar!mr.bar@foo.bar.com
-        Adds nickname `foobar' with username `mr.bar' from host
-        `foo.bar.com' on #mychannel to the ban list.
-
-    /BAN * +looser
-        Adds nickname `looser' to the ban list on current channel.
-
-    /BAN * +foo*@*!@*.foobar.com
-        Adds foo* nicknames from any server with any username from
-        *.foobar.com hosts to the ban list on current channel.
-
-    /BAN * +/path/to/public_key.pub
-        Adds the public key from file /path/to/public_key.pub to
-        ban list of the current channel.
-
-    /BAN * -looser
-        Removes the nickname `looser' from the ban list on current
-        channel.
-
-    /BAN *
-        Shows the ban list of the current channel.
-
-See also: KICK
-