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 ...
1
vote
1answer
42 views
c++ error: ??? does not name a type
Okay upon running g++ main.cpp -o services
If i do all this in one class lets say .cpp it works fine, but whenever i divide it into another class i keep getting errors, and i really do not understand ...
0
votes
1answer
40 views
error: ISO C++ forbids declaration of �serivces� with no type [-fpermissive]
Okay I'm an noob at this, but I think I got all this set up correctly, and I am being thown an:
[Admin@shadowrealm ircservices]$ g++ main.cpp -o services
In file included from main.cpp:1:0:
...
0
votes
1answer
23 views
IRC bot to auto-ban spammers in a room?
I want to make an IRC bot to automatically join as a user in a IRC channel (in a webchat) and then stay online the bot to ban users who are spamming
What I need to start doing this? Which knowledges? ...
0
votes
1answer
38 views
Creating a messenger in Android
I'm (sort of) new to android development and I'd like to create an android messenger app based on the PircBot library.
There're several constraints I am aware of right now:
must use IRC, probably ...
-2
votes
0answers
18 views
is there any IRC server online with an active #riskybus channel [closed]
For young 'uns, in about 1993 somebody wrote an IRC bot that hosted a 24-hour Jeopardy game, and it ran in the EFnet channel #jeopardy until the Jeopardy television show found out about it and ...
-2
votes
1answer
67 views
I thought TCP sent packets in order? [closed]
I am sending the following in a IRC bot:
bot->message("chanserv", "op #channel");
bot->raw("KICK #channel " + this->nick(args[0]) + " :RIPIP");
sleep(2000); // even tried sleepin
...
0
votes
1answer
30 views
Check if user is operator using Bot::BasicBot
I'm using Bot::BasicBot to make a simple irc bot in perl. How do I check if a given user is a channel operator when receiving a message? The user that sent the message is $message->{who}, but how ...
0
votes
0answers
22 views
How to make nodeJS based irc client to reconnect?
I'm trying to make an nodejs based IRC web client (using https://github.com/martynsmith/node-irc and socket.io), and I have some problems.
When i start the server, and connect to it the first time, ...
-3
votes
0answers
35 views
Deploying a python script online [closed]
So I am making a small irc bot in python. Right now I am running the bot on my machine, it works fine. What I want is to host it somewhere on the Internet so that it keeps running continuously, and so ...
0
votes
0answers
26 views
creating an irc bot using winsocks in c++
I guess I can't be as specific as one would want when asking a question here but I'll try to explain. I have no background in programming much outside general school console projects. I wanted to take ...
0
votes
1answer
47 views
Implementing an Anti Spamming thing?
I have an IRC bot that I made for automating stuff.
Here's a snippet of it:
def analyseIRCText(connection, event):
global adminList, userList, commandPat, flood
userName = ...
1
vote
2answers
30 views
Python twisted irc: Wait for a whois reply inside privmsg method
im trying to make an irc bot using the twisted.words.protocols.irc module.
The bot will parse messages from a channel and parse them for command strings,
everything works fine except when i need the ...
1
vote
0answers
37 views
How could I join an IRC channel in-browser using JS?
I'm building a decentralised peer-to-peer application that uses WebRTC, and as part of its bootstrapping process I require to get nodes from a dynamic source.
The IRC bootstrapping method that ...
-1
votes
0answers
25 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
17 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
129 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 ...
0
votes
1answer
35 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
25 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 ...
1
vote
1answer
43 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
33 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 ...
-1
votes
1answer
35 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? [closed]
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
43 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
129 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
33 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
25 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
49 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 ...
0
votes
0answers
47 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
38 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
50 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
67 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
77 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
30 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
109 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
94 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
163 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
44 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
105 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
36 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
88 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
71 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
77 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
186 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
23 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
78 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
50 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
54 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
44 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
37 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
0answers
29 views
php socket refuse client accept
I'm making an irc bot and since I want a GUI in windows to configure and control it, I'm making separate client that connect through socket on loopback. Otherwise I need somehow to implement ...




