Plugin:IRC/de: Difference between revisions

From Miranda NG
Plugin:IRC/de
Jump to navigation Jump to search
No edit summary
(Updating to match new version of source page)
Line 40: Line 40:
: Query notices (like most other) are never sent to the channel; instead they are sent to you. Therefore notices will be displayed in the active window. There is nothing wrong.
: Query notices (like most other) are never sent to the channel; instead they are sent to you. Therefore notices will be displayed in the active window. There is nothing wrong.


 
<div class="mw-translate-fuzzy">
== Zusätzliche Informationen ==
 
=== Referenzartikel ===
=== Referenzartikel ===
</div>


* [[/Tutorial|Tutorial zu IRC]]
* [[/Tutorial|Tutorial zu IRC]]


<div class="mw-translate-fuzzy">
=== Twitch-IRC ===
=== Twitch-IRC ===
</div>


[https://dev.twitch.tv/docs/irc/guide Twitch stellt eine IRC-Schnittstelle zu ihrem Chat bereit.]
[https://dev.twitch.tv/docs/irc/guide Twitch stellt eine IRC-Schnittstelle zu ihrem Chat bereit.]
=== Format der Datei <tt>IRC_server.ini</tt> ===
n<Ordinalzahl>=<Name>: <Teil der Welt>, <Landescode>, <Stadt>SERVER:[SSL support]<Serveradresse>:<Port>GROUP:<Group>
; Hinweise
* Ein Bindestrich wird zur Angabe eines Portbereichs verwendet, bspw. <tt>6660-6669</tt>
* <tt>Teil der Welt</tt> wird angegeben als <tt>EU</tt>, <tt>US</tt>, <tt>AS</tt>, etc.
* <tt>[SSL support]</tt> ist ein optionaler Parameter. Mögliche Werte: <tt>SSL1</tt> = autom. Erkennung, <tt>SSL2</tt> = Erzwingen.




{{PluginGroups}}
{{PluginGroups}}

Revision as of 19:34, 22 March 2021

IRC protocol
Kein Bild
Dateiname IRC.dll
Autoren Jörgen Persson, George Hazan
Download-Links
Stabile Version: 32-bit, 64-bit
Entwicklungsversion: 32-bit, 64-bit

Unterstützung für IRC in Miranda NG.

Hauptfunktionen

This plugin currently supports the following major features:

  • Supports IRC RFC-2812 and various other standards
  • Participate in channels and send messages, notices and so on
  • Support for secure connections
  • Proxy support
  • DCC Chat and resumable filetransfers
  • CTCP
  • Highly customizable in the Miranda tradition
  • Ignore system
  • Perform buffer
  • Highlighting
  • Popups (requires the popup plugin)
  • Aliases
  • mIRC like commands
  • more…

Häufig gestellte Fragen

What is a hostmask?
It is what you set under User details for each contact. Carefully used they will make the plugin recognize your pals easier.
What wildcards are allowed in the hostmask?
"*" (replace anything with any length) and "?" (replace anything with the length of one character).
I have ignored a user, why can I still see his messages?
IRC's ignore system works only for users not on your contact list (as opposed to Miranda's built-in one which works only for people on your contact list basically). This means you must delete him from your contact list after you added him to the ignore list to not receive any queries from him. By default channel messages are not ignored as that can create some weird conversations that is hard to follow. There is however an option to ignore channel messages by default in Options → Network → IRC → Ignore.
I don't receive any queries (private messages)… why?
You have probably enabled the option to ignore messages from unknown contacts in Options → Events → Ignore. This naturally affects IRC too. Consider allowing file transfers from unknown too if you need it.
How do I automatically join a channel when I connect to a network?
You can enter commands that you want performed on connection in Options → Network → IRC → Advanced. Choose the correct network in the drop-down list and add you commands in the box below it. For instance: to join #miranda automatically when connected to the Freenode network you choose Freenode in the drop-down box, then enter /join #miranda in the edit box below the drop-down box. Remember to push the green "plus" icon to save it.
Why do query notices appear in the wrong window?
Query notices (like most other) are never sent to the channel; instead they are sent to you. Therefore notices will be displayed in the active window. There is nothing wrong.

Referenzartikel

Twitch-IRC

Twitch stellt eine IRC-Schnittstelle zu ihrem Chat bereit.