Probiotics (in bot form) for programming.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。

11 行
236B

  1. #define DBFILE "data.sqlite"
  2. /* Disables vulnerable commands */
  3. /* #define NO_VULN_COMMANDS */
  4. /* Enables SSL support */
  5. /* #define IRC_SSL_SUPPORT */
  6. /* Spits out a message when connected */
  7. /* #define INITIAL_ASSIGNMENT_MESSAGE */