Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
aseda.aboagye
/
Combot
forkato da
Uncled1023/Combot
Segui
1
Vota
0
Forka
0
Codice
Rilasci
9
Attività
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
Rami (Branch)
Albero (Tree):
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
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da '284e587798'
${ noResults }
Combot
/
Combot
/
MessageType.cs
MessageType.cs
110B
Normal View
Cronologia
Originale
Added moderation module. Added help module. Added better access checking. Added more channel/nick updating. Added better control of commands.
6 anni fa
1
2
3
4
5
6
7
8
9
namespace Combot
{
public enum MessageType
{
Channel,
Query,
Notice
}
}