Erebot  latest
A modular IRC bot for PHP 5.3+
Erebot\IrcCollator\StrictRFC1459 Class Reference

IRC collator for the "strict-rfc1459" subset. More...

+ Inheritance diagram for Erebot\IrcCollator\StrictRFC1459:

Protected Member Functions

 realNormalizeNick ($nick)
 
- Protected Member Functions inherited from Erebot\IrcCollator
 realNormalizeNick ($nick)
 

Additional Inherited Members

- Public Member Functions inherited from Erebot\IrcCollator
 compare ($a, $b)
 
 limitedCompare ($a, $b, $len)
 
 normalizeNick ($nick)
 

Detailed Description

IRC collator for the "strict-rfc1459" subset.

Note
The name of this collator comes from the label associated with it by IRC servers.
This collator uses the rules defined in RFC 1459, which is missing a few characters. This is fixed by the Erebot::IrcCollator::RFC1459 collator.
See also
Erebot::IrcCollator::RFC1459 for a collator that implements saner collation rules.

Definition at line 40 of file StrictRFC1459.php.


The documentation for this class was generated from the following file: