Search found 3 matches

by AscIId
Sun Dec 30, 2007 12:43 pm
Forum: Unreal 3.2 Support
Topic: Aliases
Replies: 4
Views: 1547

Re: Aliases

Thanks guys. I got it to work
*** Notice -- Configuration loaded without any problems ..
Just a little note. You forgot to add the

Code: Select all

type command;
Outside of the format block. I worked it out after a couple of failed rehashes. :P
by AscIId
Sat Dec 29, 2007 11:37 am
Forum: Unreal 3.2 Support
Topic: Aliases
Replies: 4
Views: 1547

Re: Aliases

thanks mate.

ok and if i want if for a single channel

Code: Select all

alias addmember {
  format "+" {
    target chanserv;
    type services;
    parameters "ACCESS #x ADD %1 3";
  };
};
right?
by AscIId
Fri Dec 28, 2007 12:46 pm
Forum: Unreal 3.2 Support
Topic: Aliases
Replies: 4
Views: 1547

Aliases

Hi guys. I run U32 and Anope for a large forum and not all the users are able to use anope properly, so i was thinking about making a few aliases for simplifying the commands but i am stuck as I am not to fluent in Raw IRC.

requested example...


/addmember %s

to

MSG chanserv ACCESS #channel ...