help-request has not been forwarded to Help Operators
help-request has not been forwarded to Help Operators
Hello i am IRCop but with a other client as normal user when i do a /helpop test request i get the message: Your help-request has been forwarded to Help Operators
but as IRCop with umode +h i dont get the request.
I cant find a Help block either in de ircd.conf
what do i wrong, i have look at the manual and forum but cant find the answer.
Sorry for my bad english.
but as IRCop with umode +h i dont get the request.
I cant find a Help block either in de ircd.conf
what do i wrong, i have look at the manual and forum but cant find the answer.
Sorry for my bad english.
-
Ron2K
Thanks !!
i am IRCOp with the umodes +ixzowghaAsNWqH
I use mIRC 6.14 with Invision 2b3515.
This is my /debug @debug output:
-> irc.zennec.com LAGTIME.761317998
<- :irc.zennec.com 421 ZeNNeC LAGTIME.761317998 :Unknown command
<- :irc.zennec.com NOTICE ZeNNeC :*** HelpOp -- from Idezo (Local): test
-> irc.zennec.com LAGTIME.761327998
<- :irc.zennec.com 421 ZeNNeC LAGTIME.761327998 :Unknown command
-> irc.zennec.com LAGTIME.761337998
<- :irc.zennec.com 421 ZeNNeC LAGTIME.761337998 :Unknown command
This is what i see in Invision Server Notice:
[4:58pm][ZeNNeC] *** HelpOp -- from Idezo (Local): test
But i think thats not the meaning of it to take my attention.
I hope that i doesnt must uninstall Invision !!
i am IRCOp with the umodes +ixzowghaAsNWqH
I use mIRC 6.14 with Invision 2b3515.
This is my /debug @debug output:
-> irc.zennec.com LAGTIME.761317998
<- :irc.zennec.com 421 ZeNNeC LAGTIME.761317998 :Unknown command
<- :irc.zennec.com NOTICE ZeNNeC :*** HelpOp -- from Idezo (Local): test
-> irc.zennec.com LAGTIME.761327998
<- :irc.zennec.com 421 ZeNNeC LAGTIME.761327998 :Unknown command
-> irc.zennec.com LAGTIME.761337998
<- :irc.zennec.com 421 ZeNNeC LAGTIME.761337998 :Unknown command
This is what i see in Invision Server Notice:
[4:58pm][ZeNNeC] *** HelpOp -- from Idezo (Local): test
But i think thats not the meaning of it to take my attention.
I hope that i doesnt must uninstall Invision !!
Yes your right thats a notice, but i wasnt satisfiet with it, so i made a nice scriptje for mIRC Invision to load at remotes.
;############## HelpOp Notice with Alarm ###############
ON ^*:SNOTICE:*: {
.haltdef
if (*HelpOp* iswm $1-) {
if ($away == $false) && (%alertHelpOp == on) { /splay C:\Program Files\mIRC\Invision\Themes\Sounds\Default\ringin.wav }
if ($window(@HelOp-Info) == $null) {
window -nk1 @HelpOp-Info
}
echo 7 -t @HelpOp-Info 7[ $network ]14 $1-
}
}
; The follwing is the Menu option in the main Invision Menu below for Alarm Sound On Join On and Off.
menu Channel,Menubar {
Alarm HelpOp
.On:/set %alertHelpOp on | echo -a 12Alarm HelpOp is now On
.Off:/set %alertHelpOp off | echo -a 12Alarm HelpOp is now Off
}
now it works great.
I realy wana thank you Dukat for your suport !!!
You realy helpt me !!!
Greetings Idezo
;############## HelpOp Notice with Alarm ###############
ON ^*:SNOTICE:*: {
.haltdef
if (*HelpOp* iswm $1-) {
if ($away == $false) && (%alertHelpOp == on) { /splay C:\Program Files\mIRC\Invision\Themes\Sounds\Default\ringin.wav }
if ($window(@HelOp-Info) == $null) {
window -nk1 @HelpOp-Info
}
echo 7 -t @HelpOp-Info 7[ $network ]14 $1-
}
}
; The follwing is the Menu option in the main Invision Menu below for Alarm Sound On Join On and Off.
menu Channel,Menubar {
Alarm HelpOp
.On:/set %alertHelpOp on | echo -a 12Alarm HelpOp is now On
.Off:/set %alertHelpOp off | echo -a 12Alarm HelpOp is now Off
}
now it works great.
I realy wana thank you Dukat for your suport !!!
You realy helpt me !!!
Greetings Idezo
That will drive you crazy, as it's going to trigger on every server notice, not just a helpop
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
I missed the iswm, you could have combined that with the ON ^*:SNOTICE etc.. but oh well 
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]