This website works better with JavaScript.
Начало
Помощ
Вход
aseda.aboagye
/
Combot
разклонено от
Uncled1023/Combot
Наблюдаван
1
Харесван
0
Разклонения
0
Код
Версии
9
Activity
The easy to use and full featured Irc Bot everyone is talking about!
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42
Ревизии
2
Клонове
ИН на ревизия:
284e587798
pingme-grammar
master
3.1.2
3.1.1
3.1.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
Клонове
Маркери
${ item.name }
Create branch
${ searchTerm }
от '284e587798'
${ noResults }
Combot
/
Combot
/
MessageType.cs
MessageType.cs
110B
Normal View
История
Директен файл
Added moderation module. Added help module. Added better access checking. Added more channel/nick updating. Added better control of commands.
преди 6 години
1
2
3
4
5
6
7
8
9
namespace Combot
{
public enum MessageType
{
Channel,
Query,
Notice
}
}