irc Questions
3
Solved
I was making a bot to connect to an irc for kicks and giggles and i was making it respond to different things, but i would like it to respond with the CTCP ACTION command, this is commonly known to...
5
I'm running an IRC Bot (Bot::BasicBot) which has two child processes running File::Tail but when exiting, they don't terminate. So I'm killling them using Proc::ProcessTable like this before exitin...
6
Solved
I would like to expand my knowledge in C++, so the first thing I'm taking on is network programming.
I want to make an IRC bot (which hopefully will teach me about socket programming and netw...
Sinnard asked 24/4, 2011 at 21:36
0
I'm making a chat client for a assignment and I have managed to get everything working pretty well. However, I have one error and cannot find the cause for it at all. When printing a message to one...
Louralourdes asked 9/5, 2019 at 2:3
7
Solved
In my IRC Bot, there are some commands that I want to only be usable by me, and I want to check to make sure that anyone using my name is identified with nickserv (idented). I couldn't, however, fi...
2
I'm writing a IRC bot in Python.
Source: http://pastebin.com/gBrzMFmA ( sorry for pastebin, i don't know how to efficently/correctly use the code tagthing on here )
When the "irc" socket dies, i...
3
I am trying to get a node.js script to simulate a keypress, such as the up arrow or the a button. Specifically, I am trying to make a clone of Twitch Plays Pokemon. Basically, whenever a command (u...
Bucket asked 18/2, 2014 at 9:6
4
Solved
I'm working on a simple irc bot in C#, and I can't figure out how to embed the typical mirc control codes for bold/color etc into string literals.
Can someone point me towards how to do this?
3
Solved
I want to be able to get the list of users and their details from an IRC channel without joining it and thus increasing its user count.
So instead of issuing JOIN #chan and then NAMES #chan to get ...
Jinajingle asked 21/8, 2013 at 9:16
1
How can I get a Weechat config variable? For instance, I can set configs:
/set irc.servers.freenode.ssl on
How can I retrieve the values I set?
5
I get the error message
:irc.evilzone.org NOTICE AUTH :* Looking up your hostname...
:irc.evilzone.org NOTICE AUTH :*
Found your hostname (cached)
PING :7091A8FB
:irc.evilzone.org 451...
2
Solved
Is there a way to tell Irssi that I want to auto-join all of the channels that are currently open?
I want something like:
/channel add -auto <all my currently open channels>
/save
3
Solved
According to RFC 2812, section 3.1, in order to connect to an IRC server, a user must issue three commands in this order:
PASS <a password>
NICK <a nickname>
USER <a username> <...
Karmakarmadharaya asked 28/7, 2015 at 2:5
3
Solved
I'm in the process of experimenting a bit with the twisted libraries for IRC servers/clients. I've found a few good examples of how to implement an IRC client but seem to find anything good on the ...
3
Solved
What is a good IRC channel for Objective-C and Cocoa programming?
Jiminez asked 3/8, 2010 at 19:41
6
Solved
I'm writing a IRC bot in Python using irclib and I'm trying to log the messages on certain channels.
The issue is that some mIRC users and some Bots write using color codes.
Any idea on how i could...
1
I'm moving my Twitch bot from Python 2.7 to Python 3.5. I keep getting the error:
a bytes like object is required not 'str' on the 2nd line of the code below.
twitchdata = irc.recv(1204)
data = ...
Unclassical asked 15/4, 2015 at 6:59
3
Solved
A simple Python IRC client library that supports SSL?
5
Solved
I need help writing a basic IRC bot that just connects to a channel.. is anyone able to explain this to me? I have managed to get it to connect to the IRC server but I am unable to join a channel a...
3
Solved
I am trying to make a botnet using Python, for educational reasons, and I keep getting the following error:
TypeError: an integer is required
Here is my script:
import os
import socket
import...
Alluvion asked 10/5, 2014 at 22:19
2
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. :)
I'm c...
1
I'm searching for a method to write a text with different colors like I always saw on other IRC channels. I want to achieve this with Irssi which is CLI based. I have found multiple methods which d...
1
Solved
I'm using Phredds Irc bot because I am trying to make a bot for my twitch chat. It connects and responds to pings fine but it won't respond to anything else. I seem to be doing exactly what he did ...
2
Solved
I've finally given up using Facebook messaging, I find it slow and clunky - however it is extremely useful in that if I am offline and someone sends me a message it pops up when I log back in.
I c...
2
Solved
I am trying to upgrade a socket to an SSLSocket using STARTTLS. On InspIRCd's wiki this is how its supposed to work
>> STARTTLS
<< :test2.chatspike.net 670 nickname :STARTTLS successfu...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.