Difference between revisions of "Hostmask"
(Blanked the page) (Tag: Blanking) |
m (Reverted edits by 98.200.11.96 (talk) to last revision by Hercule) (Tag: Rollback) |
||
Line 1: | Line 1: | ||
+ | Users are distinguished by | ||
+ | <nickname>!<ident>@<hostname/IP> | ||
+ | (ident is always "Mibbit" if they use a Mibbit client on a webirc enabled server, the hostname or IP usually is cloaked), e.g., | ||
+ | theNick!Mibbit@9C75DB05.72B5B948.80A677AE.IP | ||
+ | or | ||
+ | some1!xyz@mib-CAC25864.mbb.telenor.rs | ||
+ | Those tripplets are called "hostmasks". | ||
+ | Many commands accept wildcards too, e.g.: | ||
+ | /mode #ch +b *!*bot@*80A677AE.IP | ||
+ | |||
+ | Hosts like 9C75DB05.72B5B948.80A677AE.IP are built of hashes from the user's IP, e.g. : | ||
+ | 9C75DB05.72B5B948.80A677AE.IP representing 12.34.56.78 | ||
+ | *.72B5B948.80A677AE.IP representing 12.34.56.* | ||
+ | *.80A677AE.IP representing 12.34.*.* |
Latest revision as of 11:54, 23 June 2020
Users are distinguished by
<nickname>!<ident>@<hostname/IP>
(ident is always "Mibbit" if they use a Mibbit client on a webirc enabled server, the hostname or IP usually is cloaked), e.g.,
theNick!Mibbit@9C75DB05.72B5B948.80A677AE.IP
or
some1!xyz@mib-CAC25864.mbb.telenor.rs
Those tripplets are called "hostmasks".
Many commands accept wildcards too, e.g.:
/mode #ch +b *!*bot@*80A677AE.IP
Hosts like 9C75DB05.72B5B948.80A677AE.IP are built of hashes from the user's IP, e.g. :
9C75DB05.72B5B948.80A677AE.IP representing 12.34.56.78 *.72B5B948.80A677AE.IP representing 12.34.56.* *.80A677AE.IP representing 12.34.*.*