Changes between Version 2 and Version 3 of museekcontrol
- Timestamp:
- 06/19/06 21:31:04 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
museekcontrol
v2 v3 1 = Museek Control = 1 = __Museek Control__ = 2 [[BR]] 3 2 4 '''museekcontrol''' is a Python MuseekClient that allows access to most Soulseek functions from command-line. 5 6 [[BR]] 3 7 == Options == 4 8 * -c <filename>, --config <filename> 5 9 Use a different config file. 6 10 7 === Chat Rooms === 11 [[BR]] 12 == Chat Rooms == 8 13 9 14 * -r, --rooms … … 39 44 Say message in room (Use with --chat) 40 45 41 === Tickers === 46 [[BR]] 47 == Tickers == 42 48 43 49 * --tickers <room> … … 59 65 Set the ticker to this. 60 66 61 === Private Chat === 67 [[BR]] 68 == Private Chat == 62 69 63 70 * --sprivate <user> … … 89 96 Comment for the user in list 90 97 91 === Search === 98 [[BR]] 99 == Search == 92 100 * --gs, --gsearch <query> 93 101 Globally search for query & show results … … 99 107 Buddy search for query & show results 100 108 101 === User Info === 109 [[BR]] 110 == User Info == 102 111 103 112 * --info <user> … … 109 118 * --ip <user> 110 119 Get a user's IP and Port 111 === Browsing === 120 121 [[BR]] 122 == Browsing == 112 123 113 124 * -b, --browse <user> … … 116 127 * --mb, --mbrowse 117 128 Monitor browsing 118 === Transfers === 129 130 [[BR]] 131 == Transfers == 119 132 120 133 * -t, --transfers … … 159 172 * -h, --help 160 173 Display Help and exit. 174 175 [[BR]]