12,302
edits
| (5 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
* http://colloquy.info OS X, iOS | * http://colloquy.info OS X, iOS | ||
* https://addons.mozilla.org/de/firefox/addon/chatzilla/ Chatzilla Add-On for Firefox | * https://addons.mozilla.org/de/firefox/addon/chatzilla/ Chatzilla Add-On for Firefox | ||
== | ==== Mit Chatzilla zu Bauhaus.fm verbinden ==== | ||
<syntaxhighlight lang="bash"> | |||
/attach bauhaus.fm | |||
/join bauhaus.fm | |||
</syntaxhighlight> | |||
# | ==== Mit Chatzilla zum Maschinenraum verbinden ==== | ||
<syntaxhighlight lang="bash"> | |||
/attach irc.freenode.org | |||
/join maschinenraum | |||
</syntaxhighlight> | |||
==== Mit Chatzilla zum Pure Data #dataflow verbinden ==== | |||
<syntaxhighlight lang="bash"> | |||
/attach irc.freenode.org | |||
/join dataflow | |||
</syntaxhighlight> | |||
== Useful IRC commands == | == Useful IRC commands == | ||
| Line 32: | Line 43: | ||
===Change a nickname=== | ===Change a nickname=== | ||
<syntaxhighlight lang="bash">/nick {newnick}</syntaxhighlight> | <syntaxhighlight lang="bash">/nick {newnick}</syntaxhighlight> | ||
===Private message=== | |||
A message directed privately to one onther chat participant. | |||
<syntaxhighlight lang="bash">/msg {nickname} {private message}</syntaxhighlight> | |||
===Leave current chatroom=== | ===Leave current chatroom=== | ||