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?
A TG007 community discussion started by wizard1970.
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 .
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
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
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
:(![]()
Sign in to reply or start a new topic where your account has permission.