Skip to main content
Code Review

Return to Question

replaced http://codereview.stackexchange.com/ with https://codereview.stackexchange.com/
Source Link

This is a (fairly) simple IRC bot. The whole idea of it was similar to Duga Duga, except that it will post to an IRC server instead.

This is a (fairly) simple IRC bot. The whole idea of it was similar to Duga, except that it will post to an IRC server instead.

This is a (fairly) simple IRC bot. The whole idea of it was similar to Duga, except that it will post to an IRC server instead.

deleted 34 characters in body; edited tags
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238

So thisThis is a (fairly) simple IRC bot. The whole idea of it was similar to Duga, except that it will post to an IRC server instead.

The bot is designed to pull messages from aan SQL server, which means that messages are not likely to be lost. I haven't included any DDL for the SQL tables, Stored Procedures, or Views, but they all work exactly as expected. You will find them in the GitHub repository listed below.

Repository on GitHub: https://github.com/EBrown8534/SaraRepository on GitHub

To begin, the Program class:The Program class:

The MessageReceivedEventArgs:The MessageReceivedEventArgs:

The BotConfiguration:The BotConfiguration:

The CommandDispatcher:The CommandDispatcher:

An IMessageHandler:An IMessageHandler:

We have a CountMessageHandler:We have a CountMessageHandler:

A DateMessageHandler:A DateMessageHandler:

And lastly, a VersionMessageHandler:A VersionMessageHandler:

So this is a (fairly) simple IRC bot. The whole idea of it was similar to Duga, except that it will post to an IRC server instead.

The bot is designed to pull messages from a SQL server, which means that messages are not likely to be lost. I haven't included any DDL for the SQL tables, Stored Procedures, or Views, but they all work exactly as expected. You will find them in the GitHub repository listed below.

Repository on GitHub: https://github.com/EBrown8534/Sara

To begin, the Program class:

The MessageReceivedEventArgs:

The BotConfiguration:

The CommandDispatcher:

An IMessageHandler:

We have a CountMessageHandler:

A DateMessageHandler:

And lastly, a VersionMessageHandler:

This is a (fairly) simple IRC bot. The whole idea of it was similar to Duga, except that it will post to an IRC server instead.

The bot is designed to pull messages from an SQL server, which means that messages are not likely to be lost. I haven't included any DDL for the SQL tables, Stored Procedures, or Views, but they all work exactly as expected.

Repository on GitHub

The Program class:

The MessageReceivedEventArgs:

The BotConfiguration:

The CommandDispatcher:

An IMessageHandler:

We have a CountMessageHandler:

A DateMessageHandler:

A VersionMessageHandler:

not everyone knows who Duga is
Source Link
Simon Forsberg
  • 59.7k
  • 9
  • 157
  • 311

So this is a (fairly) simple IRC bot. The whole idea of it was similar to DugaDuga, except that it will post to an IRC server instead.

So this is a (fairly) simple IRC bot. The whole idea of it was similar to Duga, except that it will post to an IRC server instead.

So this is a (fairly) simple IRC bot. The whole idea of it was similar to Duga, except that it will post to an IRC server instead.

added 285 characters in body
Source Link
Der Kommissar
  • 20.3k
  • 4
  • 70
  • 158
Loading
added 17 characters in body
Source Link
Der Kommissar
  • 20.3k
  • 4
  • 70
  • 158
Loading
Source Link
Der Kommissar
  • 20.3k
  • 4
  • 70
  • 158
Loading
lang-cs

AltStyle によって変換されたページ (->オリジナル) /