使用 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
普通视图
文件历史
原始文件
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
}
}