mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-05 23:09:48 +00:00
Reference modern-irc spec when relevant
This commit is contained in:
@ -38,7 +38,8 @@ message, all ``do437`` methods are called, etc.
|
|||||||
Those command take two commands: an :ref:`Irc object <supybot-irclib-irc>`
|
Those command take two commands: an :ref:`Irc object <supybot-irclib-irc>`
|
||||||
and a :ref:`IrcMsg object <supybot-ircmsgs>`.
|
and a :ref:`IrcMsg object <supybot-ircmsgs>`.
|
||||||
|
|
||||||
To get a list of all possible messages, check IRC RFCs.
|
To get a list of all possible messages, check `IRC specifications
|
||||||
|
<https://modern.ircdocs.horse/>`__.
|
||||||
|
|
||||||
Filters
|
Filters
|
||||||
=======
|
=======
|
||||||
|
@ -45,8 +45,8 @@ What is a hostmask?
|
|||||||
===================
|
===================
|
||||||
|
|
||||||
Each user on IRC is uniquely identified by a string which we call a
|
Each user on IRC is uniquely identified by a string which we call a
|
||||||
`hostmask`. The IRC RFC refers to it as a prefix. Either way, it
|
``hostmask``. The IRC specifications refers to it as a "prefix" or "source".
|
||||||
consists of a nick, a user, and a host, in the form
|
Either way, it consists of a nick, a user, and a host, in the form
|
||||||
``nick!user@host``. If your Supybot complains that something you've
|
``nick!user@host``. If your Supybot complains that something you've
|
||||||
given to it isn't a hostmask, make sure that you have those three
|
given to it isn't a hostmask, make sure that you have those three
|
||||||
components and that they're joined in the appropriate manner.
|
components and that they're joined in the appropriate manner.
|
||||||
|
Reference in New Issue
Block a user