Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: No Notice received on vhost requests  (Read 4605 times)

0 Members and 1 Guest are viewing this topic.

topdog

  • Guest
No Notice received on vhost requests
« on: June 25, 2006, 02:04:34 PM »

Hello,

When users request a VHost, no notice is sent to IrCops about the request. Can this be possibly emplamented in another release or can this be loaded as a module come next release?
Logged

owine

  • Anope User
  • Offline Offline
  • Posts: 130
(No subject)
« Reply #1 on: June 25, 2006, 06:15:14 PM »

you need to uncomment the lines in services.conf regarding memos on host requests.
Code: [Select]

# HSRequestMemo... [OPTIONAL]
# Module: hs_request
#
# Specify if we should send memo's on certain actions with requested vHosts.
# Enable HSRequestMemoUser to send memo's to the user requesting a vHost
# when it's being approved or rejected. Enable HSRequestMemoOper or
# HSRequestMemoSetters if you want to send a memo to all services staff
# or host setters when a new vHost is requested.
#
HSRequestMemoUser
HSRequestMemoOper
HSRequestMemoSetters

thats what it should be.
Logged

katsklaw

  • Guest
(No subject)
« Reply #2 on: June 25, 2006, 06:35:47 PM »

owine, that covers sending memos .. not notices. If i remember correctly .. hs_request doesn't send notices, but I think it should.
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #3 on: June 25, 2006, 09:46:55 PM »

try using the following:
Code: [Select]

HSRequestMemoUser 1
HSRequestMemoOper 1
HSRequestMemoSetters 1


maybe some sort of bug when parsing PARAM_SET directives or so...

[Edited on 25-6-2006 by Viper]
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
(No subject)
« Reply #4 on: June 26, 2006, 11:24:07 AM »

The OP wants NOTICES, not memo's ...

The fact remains that a module to facilitate this doesn't exist. Using memo's would probably do the trick, but if you have a lot of vhost requests, and a lot of ircops, a lot of memo's would quickly get a lot of annoying :)
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #5 on: June 26, 2006, 11:44:53 AM »

ahh sorry misread it.. well in that case i may be able to help, not with sending notices but the hs_request i use on my network reports requests to a channel, in this case the staff channel so people talking there can respond quickly, yet without all those annoying memo's...

if ya wanna try it: http:///vips.hopto.org/~viper/hs_request.c
read the comments at the top for how to configure it

[Edited on 26-6-2006 by Viper]
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)
Pages: [1]   Go Up