ae.net.irc.common

Common IRC code.

Members

Classes

IrcConnection
class IrcConnection
Undocumented in source.

Enums

IrcMessageType
enum IrcMessageType

Types of a chat message.

Reply
enum Reply
Undocumented in source.

Functions

rfc1459cmp
int rfc1459cmp(char[] a, char[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
rfc1459toLower
char rfc1459toLower(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
rfc1459toLower
string rfc1459toLower(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
rfc1459toUpper
char rfc1459toUpper(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
rfc1459toUpper
string rfc1459toUpper(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

IRC_HOST_CHARS
string IRC_HOST_CHARS;
Undocumented in source.
IRC_NICK_CHARS
string IRC_NICK_CHARS;
Undocumented in source.
IRC_USER_CHARS
string IRC_USER_CHARS;
Undocumented in source.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Stéphan Kochen <stephan@kochen.nl> Vladimir Panteleev <vladimir@thecybershadow.net> Vincent Povirk <madewokherd@gmail.com> Simon Arlott