Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias badnicktr {
- say $* 2,0Nickiniz uygunsuzdur.Lutfen /nick yeninick komutunu kullanarak 60 saniye icinde degistiriniz.
- .timerck $+ $chan $+ $1 1 30 checknick $chan $1
- }
- alias badnicken {
- say $* 2,0your nick is inappropriate. Please change it by typing /nick newnick in 60sec
- .timerck $+ $chan $+ $1 1 30 checknick $chan $1
- }
- alias -l checknick {
- if ($2 ison $1) {
- kick $1 $2 2,0Lutfen nick degistiriniz / Please change nick
- mode $1 +b * $+ $2 $+ !*@*
- }
- }
- menu nicklist {
- -
- Badnick
- .TR { badnicktr $* }
- .EN { badnicken $* }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement