Welcome to Librairc Q&A, where you can ask questions and receive answers from other members of the community.

98 questions

105 answers

4 comments

28 users

What are the Wildcards and how to use them ?

0 like 0 dislike
asked Aug 29, 2011 in Miscellaneous by anonymous

Please log in or register to answer this question.

2 Answers

0 like 0 dislike
The wildcards are * (asterix) matching zero or more characters and ? (query/question mark) exactly only one character

example of using a wildcard to ban would be if a group of bots joined your room with nicks libra23 libra24 libra25 libra26 you could ban the nicks

/mode #channel +b libra??!*@* would ban all of those nicks at once.

Example of the * ban would be /mode #channel +b default*!*@* would ban the following nicks default734, default25, default4511, default2, defaultabc.

* being used to replace multiple characters

There is many examples of wildcard bans but above is just a basic example of how they can be used.
answered Aug 29, 2011 by libra (620 points)
0 like 0 dislike

 

wildcards are ? and *

? replaces one character only

* replaces astring of characters

*!*@*

?!*@*

answered 1 day ago by wildcard (420 points)

Related questions

1 like 0 dislike
2 answers
0 like 0 dislike
2 answers
0 like 0 dislike
1 answer
43 views asked Mar 24, 2011 in Extended Bans by anonymous