Anope IRC Services

Anope Development => Feature Requests => Topic started by: Mitsos on July 07, 2012, 04:02:12 PM

Title: [Feature]: OPNotice when Adding or Deleting someone from the access list
Post by: Mitsos on July 07, 2012, 04:02:12 PM
Hello,

It will be very usefull to add something like this when the OPNotice option is on into the channel options.

[17:34:36] -ChanServ:@#test- Access DEL command used for testuser1 in #test by westor
[17:35:22] -ChanServ:@#test- westor modified channel #test adding testuser with level 9000
[17:36:15] -ChanServ:@#test- testuser added to #test access list with level 1000 by westor

- Thanks!  ::)
Title: Re: [Feature]: OPNotice when Adding or Deleting someone from the access list
Post by: gerry on July 07, 2012, 06:56:27 PM
there is a module for chanserv that tells the "user" that they have been given access at x level which is  cs_access_notice ( http://modules.anope.org/index.php?page=view&id=108 )
as to if it could be modded for op notice ... thats a different story.

hopefully that will give a bit of a hand

Title: Re: [Feature]: OPNotice when Adding or Deleting someone from the access list
Post by: Jens Voss on August 09, 2012, 04:08:26 PM
This feature is already implemented in Anope 1.9.6

Quote
Syntax: log channel
            log channel command method [status]

 The log command allows users to configure logging settings
 for their channel. If no parameters are given this command
 lists the current logging methods in place for this channel.

 Otherwise, command must be a command name, and method
 is one of the following logging methods:

  MESSAGE [status], NOTICE [status], MEMO

 Which are used to message, notice, and memo the channel respectively.
 With MESSAGE or NOTICE you must have a service bot assigned to and joined
 to your channel. Status may be a channel status such as @ or +.

 To remove a logging method use the same syntax as you would to add it.

 Example:
  log #anope chanserv/access MESSAGE @
  Would message any channel operators whenever someone used the
  ACCESS command on ChanServ on the channel.