Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 1cf109cef01a11adde161f48fc2c5689 > files > 71

irssi-0.8.12-3mdv2008.1.x86_64.rpm


@SYNTAX:ban@

Bans the specified nick or userhost mask.

If nick is given as parameter, the ban type is used to generate the ban
mask. /SET ban_type specified the default ban type. Ban type is one of
the following:

    Normal - *!*user@*.domain.net
    User   - *!*user@*
    Host   - *!*@host.domain.net
    Domain - *!*@*.domain.net
    Custom [nick] [user] [host] [domain]

Examples:
    /BAN loser        - Bans the nick 'loser'
    /BAN -host loser  - Bans the host of nick 'loser'
    /BAN *!*@*.org    - Bans all the users coming from any .org domain.

    /SET ban_type custom nick domain - nick!*@*.domain.net
    /SET ban_type custom user host   - *!user@host.domain.net

See also: KNOCKOUT, KICKBAN