Skip to content
General IRCd

IRCx

A TG007 community discussion started by RayK.

Discussion 11 posts
Page 1 of 1
Open
Topic #99 · 11 published posts · 4,078 views

Hey all, sorry but I didn't see any IRCx boards, lol. Well, ok here's my issue. I need a code to add to remotes as an on *:JOIN:* command.

 

I need it to have 5 ranks on it, and you'll understand what I mean after reading.

Admin

Owner

Host

Allowed

Regular

 

I need the script to kick anyone NOT ASSIGNED to a rank (regular). Anyone assigned to Allowed, Host, Owner and Admin (me) I want it to just halt.

 

It's been a while since I've been with IRCx after taking a break so I apologize.

 

Here's what I have and it has nothing to do with the ranks, so they have to be added.

 

#onjoin off

on *:JOIN:* {

if ($nick != $me) {

ban $chan $nick

kick $chan $nick Permission Denied - You're not allowed in the host room without host access! Please contact Sysop_RayK for more information. }

}

#onjoin end

Edited Mar 28, 2004 5:42 AM by err0r

Only coz MSN and TCN used Admin_ and Sysop why is everyone using it laugh.gifmad.gif

Maybe because Admin stands for Administrator and Sysop stands for Operator. If someone copies MSN, it would be that they use Guides.

OK. Heres what Admin and Sysop mean...

Admin = You have it correct... Administrator

Sysop = System Operator!

Guide = I dunno, rolleyes.gifrolleyes.gifrolleyes.gifrolleyes.gifrolleyes.gifrolleyes.gifrolleyes.gifrolleyes.gifrolleyes.gif

Edited Mar 14, 2004 8:55 PM by ZMOnline

ZMonline its Admin = Administator's , Sysop = System Operator's and Guide's are there for Guidence. ok rolleyes.gif

too add to that IRCx can be helped here http://ircxpro-duds.vze.com/

Can't find the link... rolleyes.gif page doesnt excist

Out of curiosity, If you have people joining a host room.... Why not make it so no one can find it

 

ie: set modes on your host channel, +s / h / p and have +m as well incase of any intruders..... Then set up a voice list so any hosts u know are defo hosts, u can have on an autovoice /aop list so they can still speak in the hostroom?

 

Also, try this

on *:JOIN:#:{

if (Sysop isin $nick) | (Guide isin $nick) | (Admin isin $nick) | {

if ($nick == $me) halt

access $chan add deny $nick 1440

kick # $nick Channel Access denied $nick

}

}

 

Edit: Also make sure people cannot use Staff nicks UNLESS they register there nicks, Works on ircxpro for me wink.gif

Edited Apr 17, 2004 8:24 PM by Mr_S
Out of curiosity, If you have people joining a host room.... Why not make it so no one can find it

 

ie: set modes on your host channel, +s / h / p and have +m as well incase of any intruders..... Then set up a voice list so any hosts u know are defo hosts, u can have on an autovoice /aop list so they can still speak in the hostroom?

 

Also, try this

on *:JOIN:#:{

if (Sysop isin $nick) | (Guide isin $nick) | (Admin isin $nick) | {

if ($nick == $me) halt

access $chan add deny $nick 1440

kick # $nick Channel Access denied $nick

}

}

 

Edit: Also make sure people cannot use Staff nicks UNLESS they register there nicks, Works on ircxpro for me wink.gif

Assuming your Admin/Sysop/Guides have ircop status why dont just put +M on room?

Daemon

 

Assuming your Admin/Sysop/Guides have ircop status why dont just put +M on room?

 

Its not ness jus Irc op'd people on my server if u was replying to me.... Its hosts as well. and s or h or p is there to delist it (which is wot the modes do obv tongue.gif) lol

 

have +m as well incase of any intruders..... Then set up a voice list so any hosts u know are defo hosts, u can have on an autovoice /aop list so they can still speak in the hostroom?

 

Hence my comment on +m

So add a *!*@* deny on room then add your hosts nicks (registered nicks) to grant smile.gif