--// written by maksalaatikko --// 2009 function potkukomennot(nick) userrights = GetUserRights (nick) if string.find (userrights, "kick") then RawToNick (nick, "$UserCommand 2 12 Kick Lapsiporno (1w)$<%[mynick]> !kick %[nick] _BAN_1w Don't share child porn or so named files %[line:Extra reason] One of the forbidden files: %[file]||") RawToNick (nick, "$UserCommand 1 12 Kick Lapsiporno (4w)$<%[mynick]> !kick %[nick] _BAN_4w Don't share child porn or so named files %[line:Extra reason] One of the forbidden files: %[file]||") RawToNick (nick, "$UserCommand 1 12 Kick Feikkileffa (10h)$<%[mynick]> !kick %[nick] _BAN_10h You are sharing a fake movie! %[line:Extra reason] Forbidden file: %[file]||") RawToNick (nick, "$UserCommand 1 12 Kick Eläin/raiskausporno (1w)$<%[mynick]> !kick %[nick] _BAN_1w Don't share rape or animal porn! %[line:Extra reason] One of the forbidden files: %[file]||") RawToNick (nick, "$UserCommand 1 12 Kick Windows (1w)$<%[mynick]> !kick %[nick] _BAN_1w Don't share installed Windows!! %[line:Extra reason]||") RawToNick (nick, "$UserCommand 1 12 Kick Muu (tiedostonnimen kanssa)$<%[mynick]> !kick %[nick] %[line:Reason] One of the forbidden files: %[file]||") RawToNick (nick, "$UserCommand 2 12 Kielletty clinu tiedostonnimellä (1w) $<%[mynick]> !kick %[nick] _BAN_1w Client you are using/sharing is not allowed! %[file] %[line:Extra reason]||") RawToNick (nick, "$UserCommand 1 2 Huono nick (nickban, 2w)$<%[mynick]> !bannick %[nick] 2w Not proper nick %[line:Extra reason]||") RawToNick (nick, "$UserCommand 1 14 Kick Muu$<%[mynick]> !kick %[nick] %[line:Reason]||") RawToNick (nick, "$UserCommand 2 14 Feikkaaja (4w)$<%[mynick]> !kick %[nick] _BAN_4w Faker!%[line:Extra reason]||") RawToNick (nick, "$UserCommand 2 14 Rajoitin (4w) $<%[mynick]> !kick %[nick] _BAN_4w Limiter / too slow upload speed%[line:Extra reason]||") RawToNick (nick, "$UserCommand 2 14 Kielletty clinu (1w)$<%[mynick]> !kick %[nick] _BAN_1w Client you are using is not allowed! %[line:Extra reason]||") end end RegCommand("potkukomennot", "chat", "Hiirikomennot potkimiseen.")