Anope is Nickserv chanserv and all that but there are different ones such as atheme <--- (i think at least haven't been online for a year or so..) but you can version your services.
It is an Ok script, Maybe try this:
on *:JOIN:#yourchan: { .notice $nick Want a auto voice? Type !avoice (Please note your nick muster be registered other wise you will not be auto voiced) }
on *:TEXT:!avoice:#yourchan: { .cs access $chan add $nick 3 }
It is an Ok script, Maybe try this:
on *:JOIN:#yourchan: { mode $chan +v $nick | notice $nick Want a auto voice? Type !avoice (Please note your nick muster be registered other wise you will not be auto voiced) }
on *:TEXT:!avoice:#yourchan: { /cs access $chan add $nick 3 }
on 1:TEXT:*:#: {
if ($nick == %nick) .msg # $1-
}
on 1:ACTION:*:#: {
if ($nick == %nick) .describe # $1-
}
Menu nicklist {
[Mimic]:/set %nick $1 | echo Mimicing $1
[SMimic]:/echo You Have Stopped Mimicing %nick | /unset %nick
}