alias help
Posted: Tue Jan 17, 2006 5:27 am
ok I made a bot that will respond to request and everything. Now I need to adjust the alias so it will msg the bot when certain params exist...
So if they type in /hs !vhost new.host it will set it for them.
Is this corect coding?
Or did I do something wrong?
So if they type in /hs !vhost new.host it will set it for them.
Is this corect coding?
Code: Select all
alias hs {
if ($% != !vhost) {
target hostserv; type services;
};
else {
target bot; type normal;
};
};