|
|
| Author |
Message |
JohnB Idler

Joined: 05 Dec 2003 Posts: 314 Location: Manchester, UK
|
Posted: Jun 07, 2005 1:09pm Post subject: IRCd with IRCx Access command? |
|
|
Wondered if anyone knew of an IRCd that had the access command from IRCx?
JohnB |
|
| Back to top |
|
 |
nenolod Idler

Joined: 23 Jan 2004 Posts: 335 Location: A box!
|
Posted: Jun 07, 2005 4:51pm Post subject: |
|
|
| I made a patch for mooircd that added ACCESS, maybe somebody still has it. *shrug* |
|
| Back to top |
|
 |
braindigitalis Idler

Joined: 22 Sep 2003 Posts: 443 Location: IRC
|
Posted: Jun 08, 2005 11:30am Post subject: Re: IRCd with IRCx Access command? |
|
|
| JohnB wrote: | Wondered if anyone knew of an IRCd that had the access command from IRCx?
JohnB |
what does the ACCESS command do? i could probably write an inspircd module... |
|
| Back to top |
|
 |
JohnB Idler

Joined: 05 Dec 2003 Posts: 314 Location: Manchester, UK
|
Posted: Jun 08, 2005 1:01pm Post subject: |
|
|
Basically it can add OWNER, HOST, GRANT & DENY to a channel.
I dont want one to be written, I was asking if one existed. Was talking with someone that wondered and said I'd exist here.
Thanks
JohnB |
|
| Back to top |
|
 |
Guest
|
Posted: Jun 08, 2005 6:32pm Post subject: |
|
|
/access #Roomname add deny Nickname!UserID@IPAddress Timeout :reason
/access #Roomname delete deny Nickname!UserID@IPAddress Timeout :reason
/access $ add deny Nickname!UserID@IPAddress Timeout :reason
/access * add deny Nickname!UserID@IPAddress Timeout :reason
Allows Timer and Reason for grants denys host owner etc etc
/access List |
|
| Back to top |
|
 |
Guest
|
Posted: Jun 08, 2005 6:34pm Post subject: |
|
|
Additionally a VERY good use is
/access (ME) add deny *!*@* TimeInmInutes :Protection |
|
| Back to top |
|
 |
|