Skip to content
Kenobi help

it keeps taking away my asst hammer

A TG007 community discussion started by djnaughty.

Closed discussion 14 posts
Page 1 of 1
Closed
Topic #7192 · 14 published posts · 2,886 views

hi there ozzy,

 

can you help everytime my asst manager comes in the room the bot keeps taking his hammer away & i've put them on the protection list, trust level & host level so what else can i do so that it don't take it away from them anymore?

 

do they have to be on admin level or do they need a gold hammer?

 

hope to hear from you soon

Does it have the nohost while away? If it does, open up your remotes file (press alt+R) then go to the tab labeled 'users' and remove their name from something called snoops, or noops, or something like that.

Does it have the nohost while away? If it does, open up your remotes file (press alt+R) then go to the tab labeled 'users' and remove their name from something called snoops, or noops, or something like that.

 

 

i haven't seen that but i will have a look. if your on about when they go in there cup then i know that one but this is when they join the room the bot takes it away from them & say something like i say who has the op not you or something like that anyway so all i need to know really is how do i stop the bot from doing that just as soon as they come in the room?

thanx

x-fusion

 

 

Edited Aug 15, 2006 10:05 AM by djnaughty

hi there ozzy,

 

can you help everytime my asst manager comes in the room the bot keeps taking his hammer away & i've put them on the protection list, trust level & host level so what else can i do so that it don't take it away from them anymore?

 

do they have to be on admin level or do they need a gold hammer?

 

hope to hear from you soon

 

No you dont need a gold hammer wot you need to do is ... Go to the Main Dialog then to Protections and on the right you will see Anti-Host Protection .. make user that is on .. OFF

Well, not only that, but, if they do go away, then leave or quit, it could keep their name on the snoops list. Heres a code to remove them:

on *:START:clearsnoops 

alias clearsnoops { 
  var %x $ulist(*,snoop,0) 
  while (%x > 0) { ruser snoop $ulist(*,snoop,%x) | dec %x } 
  echo -a All NoHost Levels removed! 
}

Credits to [ice][Angel]

Well, not only that, but, if they do go away, then leave or quit, it could keep their name on the snoops list. Heres a code to remove them:

on *:START:clearsnoops 

alias clearsnoops { 
  var %x $ulist(*,snoop,0) 
  while (%x > 0) { ruser snoop $ulist(*,snoop,%x) | dec %x } 
  echo -a All NoHost Levels removed! 
}

Credits to [ice][Angel]

 

 

thanx for that lads nice one :cheers:

Well, not only that, but, if they do go away, then leave or quit, it could keep their name on the snoops list. Heres a code to remove them:

on *:START:clearsnoops 

alias clearsnoops { 
  var %x $ulist(*,snoop,0) 
  while (%x > 0) { ruser snoop $ulist(*,snoop,%x) | dec %x } 
  echo -a All NoHost Levels removed! 
}

Credits to [ice][Angel]

 

:lmaojump: X-Fusion .. where do I put that code in remote ? or deowner ?

Edited Aug 15, 2006 3:58 PM by Lynx
You can put that in the remote. Or, remove the alias and put it in the alias section. Then type /clearsnoops. Or, restart it. :)

You can put that in the remote. Or, remove the alias and put it in the alias section. Then type /clearsnoops. Or, restart it. :)

 

 

X-Fusion sorry to be a pain mate :lolwave: do I have to load it to remote/alias or can I just copy and paste that code to either remote or alias and save it

dont add any code

just turn off the safe host

My code does NOT have bugs. It just develops random features.

CODE IF YOU WANT TO PUT IT IN REMOTE

 

on *:START:clearsnoops 
alias clearsnoops { 
  var %x $ulist(*,snoop,0) 
  while (%x > 0) { ruser snoop $ulist(*,snoop,%x) | dec %x } 
  echo -a All NoHost Levels removed! 
}

 

CODE IF YOU WANT TO PUT IT IN ALIAS

 

alias clearsnoops { 
  var %x $ulist(*,snoop,0) 
  while (%x > 0) { ruser snoop $ulist(*,snoop,%x) | dec %x } 
  echo -a All NoHost Levels removed! 
}

Credits to [ice][Angel]

Edited Aug 16, 2006 10:17 AM by daska

dont add any code

just turn off the safe host

 

:lmaojump: will do ozzy :D

CODE IF YOU WANT TO PUT IT IN REMOTE

 

on *:START:clearsnoops 
alias clearsnoops { 
  var %x $ulist(*,snoop,0) 
  while (%x > 0) { ruser snoop $ulist(*,snoop,%x) | dec %x } 
  echo -a All NoHost Levels removed! 
}

 

CODE IF YOU WANT TO PUT IT IN ALIAS

 

alias clearsnoops { 
  var %x $ulist(*,snoop,0) 
  while (%x > 0) { ruser snoop $ulist(*,snoop,%x) | dec %x } 
  echo -a All NoHost Levels removed! 
}

Credits to [ice][Angel]

Still did it wrong, should be:

Remote:
alias clearsnoops { 
  var %x $ulist(*,snoop,0) 
  while (%x > 0) { ruser snoop $ulist(*,snoop,%x) | dec %x } 
  echo -a All NoHost Levels removed! 
Alias:
clearsnoops { 
  var %x $ulist(*,snoop,0) 
  while (%x > 0) { ruser snoop $ulist(*,snoop,%x) | dec %x } 
  echo -a All NoHost Levels removed! 

kenobi odesnt need anything adding , it just needs the safe host thing turning off, thats all

My code does NOT have bugs. It just develops random features.