The easy to use and full featured Irc Bot everyone is talking about!
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
1234567891011121314 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
-
- namespace Combot
- {
- internal class TCPError
- {
- internal int Code { get; set; }
- internal string Message { get; set; }
- }
- }
|