X-Git-Url: https://git.sommitrealweird.co.uk/twirssi-net-twitter-lite.git/blobdiff_plain/458f1ae632a1eec12b93fd47af43088be881d4b0..56c006f8cde9376106ad6608750e7eadda96ac44:/html/using.html diff --git a/html/using.html b/html/using.html index 4a7f09b..4ee3ea6 100644 --- a/html/using.html +++ b/html/using.html @@ -1,7 +1,10 @@ <h3>Getting Started</h3> <ul> <li>Load the script in irssi: <code>/script load twirssi.pl</code></li> - <li>Log in to twitter: <code>/twitter_login username password</code></li> + <li>Log in to twitter: <code>/twitter_login username password</code>. To use + an account on <a href="http://identi.ca/">identi.ca</a>, just append + @identica to the user name, and make sure <code>Net::Identica</code> is + installed.</li> <li>Post updates: <code>/tweet I got twirssi working!</code></li> <li>Every 5 minutes, new updates from twitter will be posted to the named window. To manually poll, you can always type <code>/twitter_updates</code>, though if @@ -43,6 +46,8 @@ <li><code>/twitter_switch <username></code> - Start using the named account as the default</li> <li><code>/twitter_unfollow <username></code> - Stop following username</li> + <li><code>/twitter_block <username></code> - Block username</li> + <li><code>/twitter_unblock <username></code> - Unblock username</li> <li><code>/twitter_updates</code> - Poll for updates manually</li> <li><code>/twitter_subscribe <keyword></code> - Add a search subscription for the current account.</li> @@ -58,6 +63,9 @@ </ul> <h3>Settings</h3> +<p>These are set by the /set command - <code>/set bitlbee_server</code> will show the +current value, <code>/set bitlbee_server bitlbee_tag</code> will set it to +<code>bitlbee_tag</code>.</p> <ul> <li><code>bitlbee_server</code> - What is the server tag for bitlbee (used for away messages)</li> <li><code>short_url_provider</code> - What service to use to shorten urls - pick from @@ -122,6 +130,9 @@ <li><code>twitter_friends_poll</code> - How often should the updated friends list be retrieved from the server. By default, only once every 10 minutes</li> + <li><code>twitter_timeout</code> - How long should we wait before giving up + on a twitter operation. Should help avoid irssi pinging out of IRC + servers when twitter is slow.</li> <li><code>twitter_usernames</code> - A comma separated list of usernames to auto-login. Note that the last one will be the default account used after startup.</li> <li><code>twitter_window</code> - Which irssi window should twitter updates be sent to</li> </ul>