irc
IRC-Bot in Ruby: PRIVMSG sends only last word of string
I\'m on learning ruby and I took a already done IRC-Bot from the web which just connects to a given serven and not much more.[详细]
2023-02-02 02:20 分类:问答IRCD configuration: authentication using a database table
I set up an RCS server (hybrid ircd). I would like to secure it with authentication. But my user credentials are stored in a database table.[详细]
2023-02-01 03:33 分类:问答How can I implement an anti-spamming technique on my IRC bot?
I run my bot in a public channel with hundreds of users. Yesterday a person came in and just abused it.[详细]
2023-01-28 12:58 分类:问答IRC related help
Now I have my bot to send message when the bot joins. However how do I make a form that would post data so that the bot will say the message to the channel?[详细]
2023-01-26 08:20 分类:问答PHP - IRC Connection
Here is my script: $ircServer = \"\"; $ircPort = \"6667\"; $ircChannel = \"#\"; set_time_limit(0); $ircSocket = fsockopen($ircServer, $ircPort, $eN, $eS);[详细]
2023-01-26 04:04 分类:问答PHP - IRC Private Message Function Help
For some reason my bot wont private message a % of people on the IRC Channel. Here is my script: <?php[详细]
2023-01-25 16:00 分类:问答IRC client in python
I\'m writing python code for IRC client. I want to understand how IRC client and server communicating each other.[详细]
2023-01-24 16:17 分类:问答extending an irc bot with modules
I\'ve created an IRC bot in Python from scratch just for the fun of it. I\'ve got a way to load modules into it, but you have to manually type out the code to load each module as below:[详细]
2023-01-21 13:10 分类:问答Python - Stripping timestamps and username from line in file
I\'m writing a script that will print a random line of text from a file into an XCHAT channel.So far it works fine, but I want to add one last bit of functionality.[详细]
2023-01-20 17:40 分类:问答pcre expression for irc nicknames?
Hey guys, I\'m having a few issues with using PCRE to make a irc nickname format correctly. I\'m not good with PCRE, and I\'d love some suggestions from those of you who do use PCRE / regex. :)[详细]
2023-01-19 16:55 分类:问答