Difference between revisions of "List"

From Mibbit Wiki
Jump to: navigation, search
(without a keyword)
(-min -max)
Line 4: Line 4:
  
 
* In the '''main''' (full featured) client http://chat.Mibbit.com you can use  
 
* In the '''main''' (full featured) client http://chat.Mibbit.com you can use  
  /list [keyword1 [keyword2]]
+
  /list [keyword1 [keyword2]] [-min <minimum_users>] [-max <maximum_users>]
 
Where the keywords are evaluated as "WHERE topic (or #chan) contain keyword1 AND keyword2" etc (case insensitive), e.g.,
 
Where the keywords are evaluated as "WHERE topic (or #chan) contain keyword1 AND keyword2" etc (case insensitive), e.g.,
 
  /list tes mib
 
  /list tes mib
 
results in:
 
results in:
 
# #'''tes'''t (5) [+ntr]  Do NOT PM anybody without permission!  This is for general testing - please don't abuse | general chat: /j #'''mib'''bit ...
 
# #'''tes'''t (5) [+ntr]  Do NOT PM anybody without permission!  This is for general testing - please don't abuse | general chat: /j #'''mib'''bit ...
 
+
/list -min 10
 +
lists only channels with at least ten users
 
----
 
----
  
 
'''Note''': If you just type '''/list''' (without a keyword) it might crash your browser on large networks.
 
'''Note''': If you just type '''/list''' (without a keyword) it might crash your browser on large networks.

Revision as of 14:50, 2 October 2010

Wiki Home | FAQ | Features | IRC Commands | IRC Modes | Widget Information | Widget: WebIRC Server Setup | URI Parameters | Wish List | Registration Information | Mibbit Staff

Home | Quick Start Guide | Live Mibbit Help



/list [keyword1 [keyword2]] [-min <minimum_users>] [-max <maximum_users>]

Where the keywords are evaluated as "WHERE topic (or #chan) contain keyword1 AND keyword2" etc (case insensitive), e.g.,

/list tes mib

results in:

  1. #test (5) [+ntr] Do NOT PM anybody without permission! This is for general testing - please don't abuse | general chat: /j #mibbit ...
/list -min 10

lists only channels with at least ten users


Note: If you just type /list (without a keyword) it might crash your browser on large networks.