Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:INPUT:*:{
- if ($left($1,1) == /) return
- else {
- if ($left($nick(#,$me).pnick,1) isin $prefix) {
- haltdef
- .msg $active $1-
- echo -t $chan 7<14 $+ $left($nick($chan,$me).pnick,1) $+ 15 $+ $me $+ 7> $1-
- }
- else {
- echo -t $chan 7< $+ 15 $+ $me $+ 7> $1-
- .msg $active $1-
- haltdef
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement