Page 1 of 1

Aliases prefixed with special characters

Posted: Sat Jul 16, 2016 6:12 am
by w00fa
hi. my services nicknames are prefixed with underscores (e.g., _nickserv), and these don't seem to work when set up in aliases (nothing happens, basically). is there a way around this? thanks

example from anope.conf

Code: Select all

alias _nickserv { type services; };
alias nickserv { target _nickserv; type services; };
alias ns { target _nickserv; type services; };