Jump to content

Owner onjoin


maria

Recommended Posts

Is not IRCd is IRCx so cant use chanserv lol

 

 

I need something like below so If a owner joins and is a registerd nick it hosts the person

 

Registerd nick

maria joined the server

Bot_IRC set mode +q maria

i see maria is a owner

 

Unregisterd nick

maria joined the server

 

raw is 307 < is from whois and comes backa registered nick

 

on admin:join:#:{
 if ($nick == $me) halt 
  /mode # +q $nick
  /amsg i see $nick is a owner
}

 

But need to find out how to use the Raw so it can tell its the real person ( Have to add names not Gates as gates change mad.gifsad.gif

Link to comment
Share on other sites

IRCX has ChanServ... IRCX = RFC 1459 (IRC) + extensions. So technically, anything IRC can have, IRCX can have. Just Exchange and ignitionServer don't have services (ignitionServices, coming soon, works with iS). IRCXpro is generally crap, and it does support what you want to do, but bad idea to use it.

 

Here's what you do.

When someone joins, you /whois $nick them. On raw 307, take $1 (their nickname), and +q it in whatever room.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...