mIRC Home    About    Download    Register    News    Help

Print Thread
#114942 19/03/05 10:06 PM
Joined: Mar 2005
Posts: 5
R
RAIN70 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Mar 2005
Posts: 5
This is what i have so far
Code:
  
#antiowner on
on *:OWNER:#: {
mode $chan -q $opnick
msg $chan Sorry I am the only owner :tongue:
}
#antiowner end
Code:
  


its so i dont have to many gold hammers

it deowns on entry great but it wont let me owner back up any ideas im new to this

Thanks in Advance
its so i can chat here [url= [url=http://www.phreik.com/]http://www.phreik.com/[/url] [/url]

Ive been trying for days to make it work
Thanks

p.s u have to make your room if u create with script because you cant kick the founder

#114943 19/03/05 10:11 PM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
Im not aware of a ON OWNER event in mIRC.


$maybe
#114944 19/03/05 10:14 PM
Joined: Mar 2005
Posts: 5
R
RAIN70 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Mar 2005
Posts: 5
i created 3 levels on script

Admin
Owner
Host

if this helps

#114945 19/03/05 10:31 PM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
writting this in my last 2 minutes of available time so there just pointers no actual code, use on rawmode to check if +q is set on anyone other then you.


$maybe
#114946 19/03/05 10:31 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Code:
#antiowner on
on *:OWNER:#: { 
  if ($opnick != $me) {
    mode $chan -q $opnick 
    msg $chan Sorry I am the only owner  
  }
}
#antiowner end

#114947 19/03/05 10:33 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
On OWNER/DEOWNER are events, just not documented.

They were taken out of the help file at some stage. smile

All the best,

-Andy.

#114948 19/03/05 10:44 PM
Joined: Mar 2005
Posts: 5
R
RAIN70 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Mar 2005
Posts: 5
I tried your code slade it took the hammer off on entry but it wouldnt let me re owner after entry
Code:
  
BOSS has made -•-®-RÃÎÑ-™•- an Owner.
BOSS : ---- Beware peeps.... There is the Long Term Host
BOSS has made -•-®-RÃÎÑ-™•- a Participant.
BOSS : Sorry I am the only owner
-•-®-RÃÎÑ-™•- : @o
BOSS has made -•-®-RÃÎÑ-™•- an Owner.
BOSS has made -•-®-RÃÎÑ-™•- a Participant.
BOSS : Sorry I am the only owner

Code:
  


any more ideas

#114949 19/03/05 10:47 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327


New username: hixxy
#114950 19/03/05 10:52 PM
Joined: Mar 2005
Posts: 5
R
RAIN70 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Mar 2005
Posts: 5
Thas good cause im not chatting in groups or msn paid servers, im on a private server set up for chat

#114951 19/03/05 11:03 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Edit:

The website is very similar to the current MSN website. It also advertises itself as an "MSN alternative". Please realise that a) MSN does not wish people to use other clients to connect to its network(s) other than its own and that b) mIRC has nothing to do with any web chats.

Regards,

Last edited by Mentality; 19/03/05 11:18 PM.

Mentality/Chris

Link Copied to Clipboard