First time here? Check out the FAQ!
1

Is there any way to post new questions on an IRC channel?
 

Hi,

Can AskBot forward all new questions into a IRC channel?

Thanks.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Nuno Cardoso's avatar
11
Nuno Cardoso
asked 12 years ago

Comments

see more comments

2 Answers

1

You can create a bot that reads the RSS feed from the site and post to IRC when it gets a new element or you can connect it with the signal as @Evgeny's answer.

There are a few irc bots projects written in python like bosnobot or pythonircbot that you can use for this.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Fitoria's avatar
1.1k
Fitoria
answered 12 years ago
link

Comments

see more comments
0

Not out of the box, but it can be configured to do that.

The repository version (not released at the moment) has the "new_question_posted" signal, which can be connected to the IRC channel or something else.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago
link

Comments

see more comments