Skip to content
General IRCd

Owner onjoin

A TG007 community discussion started by maria.

Discussion 4 posts
Page 1 of 1
Open
Topic #504 · 4 published posts · 1,358 views

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

Edited May 15, 2004 6:05 PM by maria

I reply to this msg within a year!

:) - I can't keep still :D

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.

The Ignition Project | http://www.ignition-project.com/

Registered Linux User Number 368435

 

Hardware: AMD Athlon 64 3500+, DFI nF4 SLI Infinity, 1GB Dual Channel DDR400, 250GB Western Digital 2500 SE16 SATA II @7200rpm, 200GB Seagate 3200A UATA-133 @7200rpm, NVIDIA GeForce 6800GS OC'ed, 20" Apple Cinema Display

 

well.. only +q them if they're in the admin list.

The Ignition Project | http://www.ignition-project.com/

Registered Linux User Number 368435

 

Hardware: AMD Athlon 64 3500+, DFI nF4 SLI Infinity, 1GB Dual Channel DDR400, 250GB Western Digital 2500 SE16 SATA II @7200rpm, 200GB Seagate 3200A UATA-133 @7200rpm, NVIDIA GeForce 6800GS OC'ed, 20" Apple Cinema Display

 

tyvm Ziggy tongue.gif

I reply to this msg within a year!

:) - I can't keep still :D