![]() |
TwitchLib 3.5.3
|
Class detailing Rfc2812 specifications More...
Static Public Member Functions | |
| static bool | IsValidNickname (string nickname) |
| Checks if the passed nickname is valid according to the RFC Use with caution, many IRC servers are not conform with this! More... | |
| static string | Pass (string password) |
| Pass message. More... | |
| static string | Nick (string nickname) |
| Nick message. More... | |
| static string | User (string username, int usermode, string realname) |
| User message. More... | |
| static string | Oper (string name, string password) |
| Oper message. More... | |
| static string | Privmsg (string destination, string message) |
| Privmsg message. More... | |
| static string | Notice (string destination, string message) |
| Notice message. More... | |
| static string | Join (string channel) |
| Join message. More... | |
| static string | Join (string[] channels) |
| Join message. More... | |
| static string | Join (string channel, string key) |
| Join message. More... | |
| static string | Join (string[] channels, string[] keys) |
| Join message. More... | |
| static string | Part (string channel) |
| Part message. More... | |
| static string | Part (string[] channels) |
| Part message. More... | |
| static string | Part (string channel, string partmessage) |
| Part message. More... | |
| static string | Part (string[] channels, string partmessage) |
| Part message. More... | |
| static string | Kick (string channel, string nickname) |
| Kick message. More... | |
| static string | Kick (string channel, string nickname, string comment) |
| Kick message. More... | |
| static string | Kick (string[] channels, string nickname) |
| Kick message. More... | |
| static string | Kick (string[] channels, string nickname, string comment) |
| Kick message. More... | |
| static string | Kick (string channel, string[] nicknames) |
| Kick message. More... | |
| static string | Kick (string channel, string[] nicknames, string comment) |
| Kick message. More... | |
| static string | Kick (string[] channels, string[] nicknames) |
| Kick message. More... | |
| static string | Kick (string[] channels, string[] nicknames, string comment) |
| Kick message. More... | |
| static string | Motd () |
| Motd message. More... | |
| static string | Motd (string target) |
| Motd message. More... | |
| static string | Lusers () |
| Luser message. More... | |
| static string | Lusers (string mask) |
| Luser message. More... | |
| static string | Lusers (string mask, string target) |
| Lusers More... | |
| static string | Version () |
| Version message. More... | |
| static string | Version (string target) |
| Version message. More... | |
| static string | Stats () |
| Stats message. More... | |
| static string | Stats (string query) |
| Stats message. More... | |
| static string | Stats (string query, string target) |
| Stats message. More... | |
| static string | Links () |
| Links message. More... | |
| static string | Links (string servermask) |
| Links message. More... | |
| static string | Links (string remoteserver, string servermask) |
| Links message. More... | |
| static string | Time () |
| Time message. More... | |
| static string | Time (string target) |
| Time message. More... | |
| static string | Connect (string targetserver, string port) |
| Connect message. More... | |
| static string | Connect (string targetserver, string port, string remoteserver) |
| Connect message. More... | |
| static string | Trace () |
| Trace message. More... | |
| static string | Trace (string target) |
| Trace message. More... | |
| static string | Admin () |
| Admin message. More... | |
| static string | Admin (string target) |
| Admin message. More... | |
| static string | Info () |
| Info message. More... | |
| static string | Info (string target) |
| Info message. More... | |
| static string | Servlist () |
| Servlist message. More... | |
| static string | Servlist (string mask) |
| Servlist message. More... | |
| static string | Servlist (string mask, string type) |
| Servlist message. More... | |
| static string | Squery (string servicename, string servicetext) |
| Squery message. More... | |
| static string | List () |
| List message. More... | |
| static string | List (string channel) |
| List message. More... | |
| static string | List (string[] channels) |
| List message. More... | |
| static string | List (string channel, string target) |
| List message. More... | |
| static string | List (string[] channels, string target) |
| List message. More... | |
| static string | Names () |
| Names message More... | |
| static string | Names (string channel) |
| Names message. More... | |
| static string | Names (string[] channels) |
| Names message. More... | |
| static string | Names (string channel, string target) |
| Names message. More... | |
| static string | Names (string[] channels, string target) |
| Names message. More... | |
| static string | Topic (string channel) |
| Topic message. More... | |
| static string | Topic (string channel, string newtopic) |
| Topic message. More... | |
| static string | Mode (string target) |
| Mode message. More... | |
| static string | Mode (string target, string newmode) |
| Mode message. More... | |
| static string | Mode (string target, string[] newModes, string[] newModeParameters) |
| Mode message. More... | |
| static string | Service (string nickname, string distribution, string info) |
| Service message. More... | |
| static string | Invite (string nickname, string channel) |
| Invite message. More... | |
| static string | Who () |
| Who message. More... | |
| static string | Who (string mask) |
| Who message. More... | |
| static string | Who (string mask, bool ircop) |
| Who message. More... | |
| static string | Whois (string mask) |
| Whois message. More... | |
| static string | Whois (string[] masks) |
| Whois message. More... | |
| static string | Whois (string target, string mask) |
| Whois message. More... | |
| static string | Whois (string target, string[] masks) |
| Whois message. More... | |
| static string | Whowas (string nickname) |
| Whowas message. More... | |
| static string | Whowas (string[] nicknames) |
| Whowas message. More... | |
| static string | Whowas (string nickname, string count) |
| Whowas message. More... | |
| static string | Whowas (string[] nicknames, string count) |
| Whowas message. More... | |
| static string | Whowas (string nickname, string count, string target) |
| Whowas message. More... | |
| static string | Whowas (string[] nicknames, string count, string target) |
| Whowas message. More... | |
| static string | Kill (string nickname, string comment) |
| Kill message. More... | |
| static string | Ping (string server) |
| Ping message. More... | |
| static string | Ping (string server, string server2) |
| Ping message. More... | |
| static string | Pong (string server) |
| Pong message. More... | |
| static string | Pong (string server, string server2) |
| Pong message. More... | |
| static string | Error (string errormessage) |
| Error message. More... | |
| static string | Away () |
| Away message. More... | |
| static string | Away (string awaytext) |
| Away message. More... | |
| static string | Rehash () |
| Rehash message More... | |
| static string | Die () |
| Die message. More... | |
| static string | Restart () |
| Restart message. More... | |
| static string | Summon (string user) |
| Summon message. More... | |
| static string | Summon (string user, string target) |
| Summon message. More... | |
| static string | Summon (string user, string target, string channel) |
| Summon message. More... | |
| static string | Users () |
| Users message. More... | |
| static string | Users (string target) |
| Users message. More... | |
| static string | Wallops (string wallopstext) |
| Wallops message. More... | |
| static string | Userhost (string nickname) |
| Userhost message. More... | |
| static string | Userhost (string[] nicknames) |
| Userhost message. More... | |
| static string | Ison (string nickname) |
| Ison message. More... | |
| static string | Ison (string[] nicknames) |
| Ison message. More... | |
| static string | Quit () |
| Quit message. More... | |
| static string | Quit (string quitmessage) |
| Quit message. More... | |
| static string | Squit (string server, string comment) |
| Squit message. More... | |
Class detailing Rfc2812 specifications
|
static |
Admin message.
|
static |
Admin message.
| target | The target. |
|
static |
Away message.
|
static |
Away message.
| awaytext | The awaytext. |
|
static |
Connect message.
| targetserver | The targetserver. |
| port | The port. |
|
static |
Connect message.
| targetserver | The targetserver. |
| port | The port. |
| remoteserver | The remoteserver. |
|
static |
Die message.
|
static |
Error message.
| errormessage | The errormessage. |
|
static |
Info message.
|
static |
Info message.
| target | The target. |
|
static |
Invite message.
| nickname | The nickname. |
| channel | The channel. |
|
static |
Ison message.
| nickname | The nickname. |
|
static |
Ison message.
| nicknames | The nicknames. |
|
static |
Checks if the passed nickname is valid according to the RFC Use with caution, many IRC servers are not conform with this!
| nickname | The nickname. |
true if [is valid nickname] [the specified nickname]; otherwise, false.
|
static |
Join message.
| channel | The channel. |
|
static |
Join message.
| channel | The channel. |
| key | The key. |
|
static |
Join message.
| channels | The channels. |
|
static |
Join message.
| channels | The channels. |
| keys | The keys. |
|
static |
Kick message.
| channel | The channel. |
| nickname | The nickname. |
|
static |
Kick message.
| channel | The channel. |
| nickname | The nickname. |
| comment | The comment. |
|
static |
Kick message.
| channel | The channel. |
| nicknames | The nicknames. |
|
static |
Kick message.
| channel | The channel. |
| nicknames | The nicknames. |
| comment | The comment. |
|
static |
Kick message.
| channels | The channels. |
| nickname | The nickname. |
|
static |
Kick message.
| channels | The channels. |
| nickname | The nickname. |
| comment | The comment. |
|
static |
Kick message.
| channels | The channels. |
| nicknames | The nicknames. |
|
static |
Kick message.
| channels | The channels. |
| nicknames | The nicknames. |
| comment | The comment. |
|
static |
Kill message.
| nickname | The nickname. |
| comment | The comment. |
|
static |
Links message.
|
static |
Links message.
| remoteserver | The remoteserver. |
| servermask | The servermask. |
|
static |
Links message.
| servermask | The servermask. |
|
static |
List message.
|
static |
List message.
| channel | The channel. |
|
static |
List message.
| channel | The channel. |
| target | The target. |
|
static |
List message.
| channels | The channels. |
|
static |
List message.
| channels | The channels. |
| target | The target. |
|
static |
Luser message.
|
static |
Luser message.
| mask | The mask. |
|
static |
Lusers
| mask | The mask. |
| target | The target. |
|
static |
Mode message.
| target | The target. |
|
static |
Mode message.
| target | The target. |
| newmode | The newmode. |
|
static |
Mode message.
| target | The target. |
| newModes | The new modes. |
| newModeParameters | The new mode parameters. |
| ArgumentNullException | newModes or newModeParameters |
| ArgumentException | newModes and newModeParameters must have the same size. |
| ArgumentOutOfRangeException | Length - Mode change list is too large (> {maxModeChanges} |
|
static |
Motd message.
|
static |
Motd message.
| target | The target. |
|
static |
Names message
|
static |
Names message.
| channel | The channel. |
|
static |
Names message.
| channel | The channel. |
| target | The target. |
|
static |
Names message.
| channels | The channels. |
|
static |
Names message.
| channels | The channels. |
| target | The target. |
|
static |
Nick message.
| nickname | The nickname. |
|
static |
Notice message.
| destination | The destination. |
| message | The message. |
|
static |
Oper message.
| name | The name. |
| password | The password. |
|
static |
Part message.
| channel | The channel. |
|
static |
Part message.
| channel | The channel. |
| partmessage | The partmessage. |
|
static |
Part message.
| channels | The channels. |
|
static |
Part message.
| channels | The channels. |
| partmessage | The partmessage. |
|
static |
Pass message.
| password | The password. |
|
static |
Ping message.
| server | The server. |
|
static |
Ping message.
| server | The server. |
| server2 | The server2. |
|
static |
Pong message.
| server | The server. |
|
static |
Pong message.
| server | The server. |
| server2 | The server2. |
|
static |
Privmsg message.
| destination | The destination. |
| message | The message. |
|
static |
Quit message.
|
static |
Quit message.
| quitmessage | The quitmessage. |
|
static |
Rehash message
|
static |
Restart message.
|
static |
Service message.
| nickname | The nickname. |
| distribution | The distribution. |
| info | The information. |
|
static |
Servlist message.
|
static |
Servlist message.
| mask | The mask. |
|
static |
Servlist message.
| mask | The mask. |
| type | The type. |
|
static |
Squery message.
| servicename | The servicename. |
| servicetext | The servicetext. |
|
static |
Squit message.
| server | The server. |
| comment | The comment. |
|
static |
Stats message.
|
static |
Stats message.
| query | The query. |
|
static |
Stats message.
| query | The query. |
| target | The target. |
|
static |
Summon message.
| user | The user. |
|
static |
Summon message.
| user | The user. |
| target | The target. |
|
static |
Summon message.
| user | The user. |
| target | The target. |
| channel | The channel. |
|
static |
Time message.
|
static |
Time message.
| target | The target. |
|
static |
Topic message.
| channel | The channel. |
|
static |
Topic message.
| channel | The channel. |
| newtopic | The newtopic. |
|
static |
Trace message.
|
static |
Trace message.
| target | The target. |
|
static |
User message.
| username | The username. |
| usermode | The usermode. |
| realname | The realname. |
|
static |
Userhost message.
| nickname | The nickname. |
|
static |
Userhost message.
| nicknames | The nicknames. |
|
static |
Users message.
|
static |
Users message.
| target | The target. |
|
static |
Version message.
|
static |
Version message.
| target | The target. |
|
static |
Wallops message.
| wallopstext | The wallopstext. |
|
static |
Who message.
|
static |
Who message.
| mask | The mask. |
|
static |
Who message.
| mask | The mask. |
| ircop | if set to true [ircop]. |
|
static |
Whois message.
| mask | The mask. |
|
static |
Whois message.
| target | The target. |
| mask | The mask. |
|
static |
Whois message.
| target | The target. |
| masks | The masks. |
|
static |
Whois message.
| masks | The masks. |
|
static |
Whowas message.
| nickname | The nickname. |
|
static |
Whowas message.
| nickname | The nickname. |
| count | The count. |
|
static |
Whowas message.
| nickname | The nickname. |
| count | The count. |
| target | The target. |
|
static |
Whowas message.
| nicknames | The nicknames. |
|
static |
Whowas message.
| nicknames | The nicknames. |
| count | The count. |
|
static |
Whowas message.
| nicknames | The nicknames. |
| count | The count. |
| target | The target. |