This website works better with JavaScript.
Home
Help
Sign In
Uncled1023
/
Combot
Watch
4
Star
3
Fork
4
Code
Issues
8
Pull Requests
0
Releases
9
Wiki
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.
44
Commits
1
Branch
Tree:
0c2d327e32
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
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '0c2d327e32'
${ noResults }
Combot
/
Combot
/
MessageType.cs
MessageType.cs
110B
Normal View
History
Raw
Added moderation module. Added help module. Added better access checking. Added more channel/nick updating. Added better control of commands.
6 years ago
1
2
3
4
5
6
7
8
9
namespace Combot
{
public enum MessageType
{
Channel,
Query,
Notice
}
}