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 ![]()
![]()