Skip to content
MSN

SafeHost

A TG007 community discussion started by Alias.

Discussion 66 posts
Page 4 of 4
Open
Topic #3736 · 66 published posts · 3,019 views
why didnt u make ngen ocxless?

Because I haven't had any experience with ocxless auth, yet. Infact, I still need to learn how to code a connection, lol. All I did for NGen had nothing to do with the connection part. Just to make it a little easier to use.

Hi all,

i have a safehost code that i use for a long time it was working great when i had mIRC 6.14 & Vincula 4.9.

But a few time ago, i have installed mIRC 6.16 and Nuclear, and it stopped working as it should work, i also now use mIRC 6.16 with Vincula NGen 1.6.2, same problem

I use it to prevent my hosts (i.e with host access added) to give hammer when i'm not there, usually, it should take off their hammer when they come in the room.

 

here is the code i use :

 #safehost on
on *:op:#: {
 if ($nick != $me) {
   sockwrite -nt msn.server.* mode $chan -o $opnick
 }
}
on *:owner:#: {
 if ($nick != $me) {
   sockwrite -nt msn.server.* mode $chan -q $opnick
 }
}
on *:Deop:#: {
 if ($nick != $me) {
   mode $chan +o $opnick
 }
}
#safehost end

 

Someone gave me this code but it doesn't change anything:

on *!:op:*: { mode # -o $opnick }
on *!:owner:*: { mode # -q $opnick }
on *!:Deop:*: { mode # +o $opnick }

 

Any idea how to fix it please ??

 

Thank you

Well now you have the code for anti owner and anti op for when some one enters the room Alias sorry didnt read the last bit when they join room

Could it be couse Alais is from uk maybe thats the problem?

 

 

 

 

 

 

Two guys were walking down the street and the first guy glanced at a girl who was walking by.

 

She turned around and said indignantly, "What are you looking at?"

 

The second guy pointed to his friend and said, "He thought you were good looking, but he was mistaken."

 

So your saying us UK lads are not so brainy

Hi,

grinning_male, yes my first problem was to deop when they join room

Eaglenest25311, i'm from France

Actually, i still don't know what was the real problem but as soon as i replaced Vincula NGen by Vincula TG, it has started to work great again as it used to work in the past

Edited Jun 13, 2005 7:08 PM by Alias

If its not working with Vincula NGEN the problem lies there but I havent used it as Vincula EZR with the TG Cookies works no problems for me..

 

So if its fixed with TG then just use that