python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to read IRC chat messages
Using Perl module AnyEvent::IRC::Connection I am able to connect to Twitch server as follows:
use AnyEvent;
use AnyEvent::IRC::Connection;
use Data::Dumper;
use constant IRC_ADDR => 'irc.ch...
Ωmega
Votes: 0
Answers: 1
Want to use python for mirc connection but it give error
hi i am trying to connect mirc using below script
import socket
import sys
server = "irc.all4masti.com" #settings
channel = "#all4masti"
botnick = "botname"
irc =...
Makhdoom Liaqat
Votes: 0
Answers: 1
Shoutcast 2.5 mIRC Socket Bot Connection Problem
I have a socket bot that I use as a radio, but it cannot pull the data and reflect it to the channel. What is the problem?
sockwrite -nt $sockname GET $+(/admin.cgi?pass=,$_rpass,&sid=1&mode=v...
Randomizer
Votes: 0
Answers: 0
Code that worked on Replit doesn’t work in VSC
Basically, my code worked completely fine in replit, but now it doesnt work in a vsc folder. my replit version also suddenly can’t send any messages anymore. it sends all the console.logs but the clie...
Epicurious
Votes: 0
Answers: 0