mIRC Home    About    Download    Register    News    Help

Print Thread
#273870 24/03/26 06:31 PM
Joined: Mar 2026
Posts: 1
H
Mostly harmless
OP Offline
Mostly harmless
H
Joined: Mar 2026
Posts: 1
good evening!!! on my remote.partjoin i have this

{ putmessaget # %chatjoincolor *** $nick ( $+ $gettok($address($nick,5),2,33) $+ ) is joined the channel # *** | halt }

*** pippo (ident@host) is joined the channel #pippo ***

i like, if possibile, insert the country variable on join (i'm Oper)

Example:

*** pippo (ident@host) [ES] is joined the channel #pippo


I haven't found a var $country

Tnk y for help smile

HadesSaint #273968 14/07/26 12:40 PM
Joined: Nov 2021
Posts: 173
Vogon poet
Offline
Vogon poet
Joined: Nov 2021
Posts: 173
I reckon you use unrealircd right? First i would detect for the country when they connect to the ircd and store that along with the nick so when they join channel you check against that and echo it to yourself to check if it's proper, the only thing is when they change nick before joining channels that might not work or you have to find a solution for that scenario to work as well.


Link Copied to Clipboard