mIRC Home    About    Download    Register    News    Help

Print Thread
#266732 25/01/20 10:05 AM
Joined: Nov 2019
Posts: 32
A
An0o Offline OP
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Nov 2019
Posts: 32
Hi
If someone is given a host, their name must be attached to each other,
example
Code
 Auser mac = admin

On admin:text:*+o:#:/mode # +o $2-

Mac: gohn +o ( gohn owner) 
Mac: killer man +o ( killer man not
 up owner because The name you entered has a space separator) 


The name you entered has a space separator

How to fix it ?

Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
take a peek at the wildcards showin in /help on TEXT
* means "zero or more characters, so if you want to have the +o be the 2nd of 2 words, have the match text be
:& +o:

Joined: Nov 2019
Posts: 32
A
An0o Offline OP
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Nov 2019
Posts: 32
Code
 On admin:text:&+o:#:/mode # +o $2-


Not working 😔

Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
because you didn't do as i suggested.
there should be a space between the & and the +o
computers are stupid, they do exactly what they're told. bugs are when they're told to do something different than YOU told them to do.


Link Copied to Clipboard