Пожалуйста, включите JavaScript.
Главная
Помощь
Вход
aseda.aboagye
/
Combot
форкнуто от
Uncled1023/Combot
Следить
1
В избранное
0
Форкнуть
0
Код
Релизы
9
Активность
The easy to use and full featured Irc Bot everyone is talking about!
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
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 }
Создать ветку
${ 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
}
}