is there or can I create a variable containing a users auth?
I want to use it in a remote script that can only be acsessed if you are Authed with a specific auth.
on *:text:*:#: {
if (($strip($$1-) == !reboot ) && [color:red]( auth == XXXX )[/color]
the reason I dont use a password or similar instead is that I dont think its safe enough, some friends found out about the password during a lan and started to harass my bot :tongue: