My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Sep 19, 2009
    issue 1 (Output Twitter posts) commented on by nymphie   -   That would be awesome to have the bot post tweets from everyone you follow on an account to the IRC channel.
    That would be awesome to have the bot post tweets from everyone you follow on an account to the IRC channel.
  • Sep 01, 2009
    issue 6 (auth'd users) commented on by dlwilli...@deafgeeks.org   -   The behavior should be similar to that of nickserv's IDENTIFY, referring to a auth block in the twitterircbot perl source that the owner of the bot can update: -NickServ- Syntax: IDENTIFY password -NickServ- -NickServ- Tells NickServ that you are really the owner of this -NickServ- nick. Many commands require you to authenticate yourself -NickServ- with this command before you use them. The password -NickServ- should be the same one you sent with the REGISTER -NickServ- command.
    The behavior should be similar to that of nickserv's IDENTIFY, referring to a auth block in the twitterircbot perl source that the owner of the bot can update: -NickServ- Syntax: IDENTIFY password -NickServ- -NickServ- Tells NickServ that you are really the owner of this -NickServ- nick. Many commands require you to authenticate yourself -NickServ- with this command before you use them. The password -NickServ- should be the same one you sent with the REGISTER -NickServ- command.
  • Sep 01, 2009
    issue 6 (auth'd users) commented on by dlwilli...@deafgeeks.org   -   The behavior should be similar to that of nickserv's IDENTIFY.
    The behavior should be similar to that of nickserv's IDENTIFY.
  • Sep 01, 2009
    issue 6 (auth'd users) reported by dlwilli...@deafgeeks.org   -   Would like a way for users to PRIVMSG the bot to authorize themselves to use !twitter update. Topic changes are still sent in the 'clear'.
    Would like a way for users to PRIVMSG the bot to authorize themselves to use !twitter update. Topic changes are still sent in the 'clear'.
  • May 10, 2009
    issue 5 (Can't call method "seperate" without a package or object ref...) reported by Mippee   -   Can't call method "seperate" without a package or object reference at twitter.pl line 95, <GEN0> line 21.
    Can't call method "seperate" without a package or object reference at twitter.pl line 95, <GEN0> line 21.
  • Mar 28, 2009
    issue 4 (doesn't get past "looking up your hostname") commented on by a3dman3   -   I fixed that by replacing that line: if($line =~ /(NOTICE AUTH).*(checking ident)/i){ with: if($line =~ /(NOTICE AUTH).*(hostname)/i){ now it enters nick and user name etc when it sees hostname so no timeouts :)
    I fixed that by replacing that line: if($line =~ /(NOTICE AUTH).*(checking ident)/i){ with: if($line =~ /(NOTICE AUTH).*(hostname)/i){ now it enters nick and user name etc when it sees hostname so no timeouts :)
  • Jan 29, 2009
    issue 2 (Client name in posts) commented on by 1tsoglani   -   Yep, that would be great.
    Yep, that would be great.
  • Jan 21, 2009
    issue 4 (doesn't get past "looking up your hostname") commented on by mantas.a.vidutis   -   i have the same problem, and am also running inspircd. my OS is archlinux x64
    i have the same problem, and am also running inspircd. my OS is archlinux x64
  • Jan 19, 2009
    issue 4 (doesn't get past "looking up your hostname") reported by samogon   -   What steps will reproduce the problem? 1. run the script What is the expected output? get connected to the configured channel What do you see instead? $ perl twitter_bot.pl :irc.local NOTICE Auth :*** Looking up your hostname... ERROR :Closing link (unknown@192.168.102.233) [Registration timeout] /------------------------------------------------------------------------ | Twitter IRC Bot |---------------------------------------------- | What version of the product are you using? On what operating system? ubuntu hardy heron Please provide any additional information below. irc server is inspircd 1.1.17+dfsg-1 i am trying to run the bot script on the same host as the irc daemon
    What steps will reproduce the problem? 1. run the script What is the expected output? get connected to the configured channel What do you see instead? $ perl twitter_bot.pl :irc.local NOTICE Auth :*** Looking up your hostname... ERROR :Closing link (unknown@192.168.102.233) [Registration timeout] /------------------------------------------------------------------------ | Twitter IRC Bot |---------------------------------------------- | What version of the product are you using? On what operating system? ubuntu hardy heron Please provide any additional information below. irc server is inspircd 1.1.17+dfsg-1 i am trying to run the bot script on the same host as the irc daemon
  • Nov 06, 2008
    issue 1 (Output Twitter posts) commented on by jesse.trucks   -   I'd love to see all twitter updates to the stream for anyone being followed to show up, too.
    I'd love to see all twitter updates to the stream for anyone being followed to show up, too.
  • Sep 25, 2008
    issue 3 (reconnect bot when disconnected from IRC server) reported by stirlo   -   What steps will reproduce the problem? 1. Getting disconnected / kicked / dropout from IRC server What is the expected output? What do you see instead? bot quits, i've "cronned it up" to run every 3 hours in the meantime,so the bot will reconnect fairly quickly What version of the product are you using? On what operating system? latest version, running on Ubuntu 8.04.1 (latest updated version of 32bit ubutnu) Linux wintermute 2.6.24-19-generic #1 SMP Wed Aug 20 22:56:21 UTC 2008 i686 GNU/Linux Please provide any additional information below. i'm sure it would pretty basic to do it myself, but my perl skillz are shocking! something like " if connection fails wait 90 secs reconnect bot
    What steps will reproduce the problem? 1. Getting disconnected / kicked / dropout from IRC server What is the expected output? What do you see instead? bot quits, i've "cronned it up" to run every 3 hours in the meantime,so the bot will reconnect fairly quickly What version of the product are you using? On what operating system? latest version, running on Ubuntu 8.04.1 (latest updated version of 32bit ubutnu) Linux wintermute 2.6.24-19-generic #1 SMP Wed Aug 20 22:56:21 UTC 2008 i686 GNU/Linux Please provide any additional information below. i'm sure it would pretty basic to do it myself, but my perl skillz are shocking! something like " if connection fails wait 90 secs reconnect bot
  • Aug 08, 2008
    issue 1 (Output Twitter posts) commented on by linkdj   -   I would also really like to see this functionality.
    I would also really like to see this functionality.
  • Aug 08, 2008
    issue 2 (Client name in posts) reported by linkdj   -   Just a feature request here, I was thinking it would be cool if when the bot posted to twitter, the source was listed as "from irc" or "from twitterircbot" instead of "from web" Also, I edited the script for my own needs, so it now posts everything from the channel to Twitter, as well as correctly processing /me commands. If you're at all interested in the source, just let me know. My email is linkdj@gmail.com
    Just a feature request here, I was thinking it would be cool if when the bot posted to twitter, the source was listed as "from irc" or "from twitterircbot" instead of "from web" Also, I edited the script for my own needs, so it now posts everything from the channel to Twitter, as well as correctly processing /me commands. If you're at all interested in the source, just let me know. My email is linkdj@gmail.com
 
Hosted by Google Code