Skip to content
General IRCX

Guest +v

A TG007 community discussion started by wizard1970.

Discussion 10 posts
Page 1 of 1
Open
Topic #9873 · 10 published posts · 2,452 views

i have a problem, in my room i have the mode +m but the guest not appears before the nick, only the nick without a male...female....etc...

Is there any solution?

What is the problem exactlY?

 

Guests mean they are not authenticated with the server which means there is no gender information for them ... just a guess at your question .

Edited Mar 30, 2008 1:31 PM by Travis

Is this your own nicklist addon, or is it someone elses? Also if it is yours, could you show us the code you have for adding nicknames to the nicklist? That way we can be better able to help you. :)

ok

I will try to explain better

in my room i have the mode +m but the word guest not appears before the nick, only the nick without a male...female....etc...

Is there any solution?

 

on *:JOIN:#: {

if (> isin $nick) {

set -u185 %specnick. [ [ $nick ] ]

msg # $replace($nick,>,Guest_) $+ , You have 3 minutes to ask any questions, after which you can observe the room as a spec

.timerspec 1 180 mode $!comchan($me,1) -v %specnick. [ [ $nick ] ]

}

}

on ^*:part:#: {

unset %specnick. [ [ $nick ] ]

}

on ^*:kick:#: {

unset %specnick. [ [ $knick ] ]

 

}

 

Ok, where do you want to see their > be replaced with Guest_ ? When they speak? In your nicklist?

when they enter the room......they enter and the bot warns to register.

The bot give 3 minutes and then put the glasses and says in the wisper to register and puts the link

sorry my inglish and thanks

Edited Mar 30, 2008 9:08 PM by wizard1970

on *:JOIN:#: {

if (>* iswm $nick) {

msg # $replace($nick,>,Guest_) $+ , You have 3 minutes to ask any questions, after which you can observe the room as a spec

.timerspec 1 180 $iif($nick ison $eval(#,0),mode $eval(#,0) -v $nick)

}

}

still not working,a guest im my room enters like this...Master, not Guest_Master

Edited Mar 30, 2008 11:37 PM by wizard1970

Well yeah, you didn't say what you wanted. So now I have to ASSUME you want joins to show Guest_NIckname.

 

Two ways you can do that, write it in your theme or change it in the sockread event then send it to the local socket.

sorry :(:(:(