IRC - Stands for Internet Relay Chat is an internet based chat protocol. Main idea is to have users connect to a server network, where they can then send messages to each other through channels or direct chat. Today there's quite a few different networks, usually each with a main thematic. Stack ...

learn more… | top users | synonyms

0
votes
0answers
15 views

PHP socket_recv detect disconnect from server

I've posted below the entire bot's source code, with edited values for passwords and such. My bot for IRC works great, doesn't disconnect for the most part... but after 2-3 days, the bot hangs ...
-1
votes
0answers
23 views

What daemon o webchat client are using here? [closed]

i am interesting in this type of webchat: http://web.smashthestack.de:8337/ y know this type : http://www.lightirc.com/ and mibbit , and others ... i am ask on the network but nothing say ...
-1
votes
0answers
13 views

Nothing to ask right now [closed]

Out of scope even though other programmers I know regularly use IRC chat as a tool to get help with questions they have. I guess IRC is a competitor to stack overflow to it's considered off topic. I ...
0
votes
0answers
52 views

Python Sockets Errno 10053 Estabilished connection aborted [closed]

I'm currently trying to transfer user message strings produced by an IRC client and read by a python script to a second script which will eventually be running as Actionscript 3 in a flash program but ...
-1
votes
0answers
36 views

Hosting IRC server on Mac [closed]

Hi fellow stackers: this is my first post here and I'm sure this is just the beginning :) Today I'm writing to find out how to setup an IRC server on my Mac Mini Server! Having extremely limited ...
0
votes
1answer
28 views

Is there an XQuery IRC?

Does anyone know of an IRC channel for XQuery (or even MarkLogic)? I can't seem to find an active one by searching the googles. Thanks!
0
votes
0answers
16 views

String trigger IRC script

I need a script for IRC client (using KVirc) that will play a sound located somewhere on my hard drive whenever a certain piece of string is mentioned on the main channel. I assume such a thing is ...
0
votes
0answers
23 views

php convert irc colors to html

want to convert irc color codes to html via php. Here is the example: http://xvilo.com/logs.php on this server: http://digitalplace.nl/chat it is a php logbot that log's everything into a database ...
-1
votes
1answer
21 views

IRC login with authentication send to NICKSERV if loggin try echo connected?

Here is my code <html> <title></title> <body> <form method="get" > Username: <input type="text" name="user"><br> Password: <input ...
0
votes
1answer
28 views

How to make an add-on for mIRC or any other IRC client that alarms you when a certain string is mentioned in a chat room?

It'd be quite useful to me to have an add-on that alerts me when something specific is said in a chat room, same way you're warned if your nick is mentioned, just for a string you'd like. How would ...
0
votes
1answer
35 views

Extracting username in IRC logs with regex?

I'm learning programming as best as I can, and I've been starting with Python. I am currently writing an IRC statistics generator (as if there weren't enough of those already), and I am trying to come ...
0
votes
2answers
62 views

CTCP raw protocol ACTION command with in c#

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 a ...
0
votes
0answers
19 views

Get IRC channel logs [closed]

I know this isn't a programming related question, but sometimes of great importance to programmers. I frequently use some irc channels, and I find no logs/archives for most of my favorite channels ...
0
votes
0answers
19 views

Parse IRC Messages using C#

I use VS 2010 - C# 3.5 - .Net 4.0. How better way to parse IRC messages like: <-:user2!ebh3fso@DChZUf.DffiYV.virtual PRIVMSG user1 :hello woman <-:user3!A03@AwLPeN.DVCCA7.virtual PRIVMSG user1 ...
0
votes
2answers
46 views

Close socket after select()

I'm coding an IRC client and I would like implement a "/server" command to switch the connection of my client to an other server. Before initialize the new connection I want to close the sockect's fd ...
-1
votes
1answer
75 views

No blocking I/O read() write()

I'm coding a IRC client/server. And I'd like to have only one "select" in the whole program (in the server). How can I have a non blocking read/write on the client ? I don't want to use ...
0
votes
0answers
42 views

PHP Socket, not a valid stream resource

I know this has been asked before, but I just can't get it to work. fgets() and feof() gives an error for not valid stream resource. socket $socket = fsockopen($settings['server'], ...
0
votes
1answer
27 views

What is the best widget with GTK for chat window irc?

I'm programming a irc client in GTK, but i'm asking what is the best widget for the chat window ? I think to use the GtkList but i'm not sure if it's the good widget for my problem. Thanks for answer ...
-2
votes
1answer
46 views

I am unable to join IRC channels from within emacs [closed]

I'm not sure what isn't working, but I run M-x irc and it brings up the usual irc buffer with a lengthy intro message. It sets my nick to my username, which isn't my irc registered nick so I then ...
1
vote
1answer
46 views

Python: socket connection still open

I've read some questions on this topic here, but i couldn't get an simple answer. I'll provide some code so it can be easier. import socket irc = socket.socket ( socket.AF_INET, socket.SOCK_STREAM ) ...
0
votes
2answers
61 views

share a struct throughout multiple thread

i am writing a small IRC program in C.I'm using thread to handle multiple clients, and i use a chained list to store the fd of each client.So if a client send a message, it will be written on the fd ...
0
votes
1answer
57 views

send message to Thread which is listening for data from network

I have an Android app which has the following key components A service which manages a connection thread A connection thread which connects to IRC and listens for messages from the connection A ui ...
0
votes
1answer
28 views

smartirc4net listens forever, can't exit thread

I have a IRC bot that uses the smartirc4net library. I have run into an issue where the bot is listening for commands and I want the thread it is running on to exit. The Listen() command blocks ...
0
votes
0answers
81 views

Python IRC Bot - socket.socket.recv

Imagine this code of an IRC bot in Python: # Here the bot is connected and irc is a socket.socket with the connection loop_counter = 0 while True: loop_counter += 1 data = irc.recv(4096) # ...
0
votes
1answer
73 views

Ruby - Reading from multiple sockets (irc bot)

I'm trying to make an IRC bot that connects to multiple servers, and I'm having trouble reading from all the sockets at once. My current code: #!/usr/bin/ruby require 'socket' ...
1
vote
1answer
107 views

Upgrading socket to SSLSocket with STARTTLS: recv failed

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 successful, ...
1
vote
3answers
43 views

Converting conversations IRC logs with regex?

So here I have IRC logs which come from a BNC in the format of (where [AA:BB:CC] is not the actual time, only the time of loading): [AA:BB:CC] <Person1> [re:al:ts] BLAH BLAH BLAH [AA:BB:CC] ...
-1
votes
2answers
83 views

IRC BOT in Python, if in elif in while-loop

Here is the complete code: #client der mit irc-server kontakt aufnimmt import time import socket from sys import argv script, mitspieler1, mitspieler2 = argv sock = socket.socket(socket.AF_INET, ...
0
votes
1answer
28 views

Python IRC 8.1.1 Invalid Syntax Error with class Connection(object, metaclass=abc.ABCmeta)?

In Python, when trying to use irc-8.1.1's example program irccat2.py, I get this error. I can't find it documented anywhere online. Does anyone know what this means, and how I can fix it? Thank you. ...
-1
votes
1answer
70 views

Implementing IRC client within app, wanted advise implementing channel and user tabbing [closed]

I'm adding basic chat room functionality to an existing android app that already does other things and really only need one or two chatrooms and pms. Users will not be doing anything like moderating ...
0
votes
1answer
57 views

Android: How to write data to scoket through AsyncTask

I am building an simple IRC-client for Android. I using an AsyncTask to connect to Freenode/IRC-server. I can easy get all the response from the irc-server, An I can then show dialog base on the ...
-1
votes
2answers
51 views

Premade IRC bots [closed]

I'm looking for a premade IRC bot, that i can easily install on some of my channels. They are mainly support channels, so we will need to be able to add commands to give out important notices etc. ...
1
vote
0answers
147 views

PhoneGap mobile irc client app using native tcp sockets, websockets?

Hi I would like to know if it possible to realize an iOS/Android irc client app using PhoneGap. I think I am going to need to use native tcp sockets: does anybody know if PhoneGap allow me to make ...
0
votes
0answers
20 views

Python, recreate a socket and automatically reconnect

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, is ...
0
votes
0answers
70 views

Why is irc sending “command uknown”?

I am trying to write an irc bot in c++ and have taken care of connecting and setting my nickname as well as the identity, pings are functioning also. The only problem I'm having is joining a channel. ...
0
votes
1answer
43 views

IRC Backend for an iPhone web app [closed]

Are there any IRC backends that would allow me to connect to a specific server, but control what I want to do with the information? I am writing an iPhone web app that would use this data, but the ...
0
votes
0answers
41 views

IRC integration with phpBB

I am using an IRC client called KiwiIRC. I am wondering whether I can make users authenticate themselves through a phpBB3 forum rather than freely picking their own username. I know this feature is ...
1
vote
0answers
35 views

Luasocket irc check to receive message

I am trying to use luasocket to connect to an Irc channel and send and receive messages within my game (Wolfenstein Enemy Territory, If that helps). Right now I am able to do all of that, with one ...
1
vote
1answer
34 views

Is there a way to ignore the MOTD from an IRC client?

I'm making an IRC bot for a game to connect the in-game chat to an arbitrary IRC network/channel. Some users complain that the bot takes too much time to load, and it's because of the bot having to ...
0
votes
1answer
107 views

How to read IRC packets?

I'm currently using pcap in C++ to read a tcp packet. The problem is I'm confused as to how I go about reading if the packet is using an IRC protocol and then how do I read the commands that are sent ...
0
votes
1answer
165 views

Java TCP Listener loop

I've been searching for hours on google as I know this is a really simple problem I'm facing but I can't find a SIMPLE solution to my issue. I'm writing a really basic IRC client, just to re-learn ...
1
vote
1answer
54 views

check var in between

if (%var == 1 or 2 or 3 or 4 or 5) { } So what u want is to check whether the variable's value is in between 1-5 in mirc? I can do it like this: if (%var == 1) { } if (%var == 2) { } if (%var == ...
2
votes
1answer
44 views

Crossnetwork messaging on irc using C#

I am trying to log activity of a certain IRC channel, into another. I can make my program to message the activity, but on the wrong network. The second channel is on a different network, tough i'm ...
-1
votes
1answer
186 views

Python IRC Log Bot [closed]

I am looking to start a new project to get my feet wet with Python. I have an IRC channel and would like to have a bot that maintains a log and will spit out x lines of messages when prompted, but I ...
1
vote
2answers
164 views

php irc bot with periodic messages to the channel

I follow some tutorial to create the bot from scratch, and the basic functionality working fine, like I can connect, it responds to commands, and outputs the to the webpage. What I want is ...
0
votes
0answers
77 views

C Linux IRC Connection Naming

I am trying to figure out a way to name each server I connect to IRC like this: A000 - 1st server A001 - 2nd server A002 - 3rd server but I'm not sure how to increment it or make sure that # isn't ...
0
votes
2answers
109 views

How to programatically send messages to IRC channel [closed]

Does anyone know how to programatically: Send messages to an specific IRC (Internet Relay Chat) channel ? or Send a message to all users in a channel ? or Send an automatic message as a reply ? ...
-1
votes
2answers
69 views

I registered my own channel but I am not the operator [closed]

I have registered a channel called #njitlinux and I wanted to change the topic of this channel. So, I entered /topic #njitlinux welcome to njitlinux, the response I get is something like this ...
0
votes
1answer
186 views

c++ IRC library [closed]

I'm looking for an IRC library written in C++ for a project I'm working on. Does anybody knows a good one? Thanks for any reply
0
votes
1answer
48 views

PircBotX Command issue

I am trying to make a command using the PircBotX Java Framework, and when i am making commands, i have been using this method to listen for the command public void onMessage(MessageEvent event) { ...

1 2 3 4 5 11