Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
aseda.aboagye
/
Combot
forkeado de
Uncled1023/Combot
Seguir
1
Destacar
0
Fork
0
Código
Lanzamientos
9
Actividad
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
Commits
2
Ramas
Árbol:
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
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde '284e587798'
${ noResults }
Combot
/
Combot
/
MessageType.cs
MessageType.cs
110B
Normal View
Histórico
Original
Added moderation module. Added help module. Added better access checking. Added more channel/nick updating. Added better control of commands.
hace 6 años
1
2
3
4
5
6
7
8
9
namespace Combot
{
public enum MessageType
{
Channel,
Query,
Notice
}
}