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
Commit
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 }
from '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
}
}