X-Chat 2 is an X-Chat (UNIX IRC client) build for Windows, compiled on Windows XP SP2 with Microsoft Visual Studio .NET 2003 Enterprise Architect C/C++ compiler.
Questions tagged [xchat2]
8 questions
4
votes
1 answer
Variable being sent as blank in message
I'm trying to write a previous messages bot for (he)xchat. Saving and printing the messages is fine, but when it sends it doesn't retain the message.
I've tried all sorts of methods to fix it but it's always blank.
Problem area:
for y in range(0,…

blakeaholics
- 100
- 10
4
votes
1 answer
Xchat on Freenode - strange behaviour
I looked this other post on XChat, but it doesn't solved my issue.
I am trying to use Xchat on freenode:
/msg NickServ IDENTIFY
You have not registered
Closing Link: 999.999.999.999 (Connection timed out)
#22*# Disconnected (Remote host…

Linda Lowela
- 393
- 1
- 3
- 10
1
vote
1 answer
IRC client connect to general channel
I am using XChat as an IRC client. I am trying to get the OSM channel from here, but when I look for #OSM in the channel list I cannot find it.
I am connected to Ubuntu servers. Do I need to connect to the IRC server listed on this page in order to…

thebeancounter
- 4,261
- 8
- 61
- 109
0
votes
2 answers
error in connecting irc through xchat
I installed X-chat on Ubuntu 14.04.
in the first step I enter all the details (nickname, realname etc) and choose freenode as server and click Connect.
But I see the following error:
Looking up irc.freenode.net
* Connecting to chat.freenode.net…

asksjk
- 1
0
votes
1 answer
stop tcl procedure from running more regularly than once every 2 minutes, regardless of how often it is called
I have a piece of code that has a procedure, I only want the proc to trigger, at most every 2 minutes. If it has triggered within the last 2 min, then it should just exit. Currently it has a small delay before it executes (after 5000), but what this…

Matty
- 111
- 8
0
votes
1 answer
How does irc and Xchat communicate?
Does anyone know how Xchat communicate with IRC server? I'm looking for a IRC request message or Xchat request message with each other.

mellodi
- 15
- 1
- 1
- 9
0
votes
1 answer
Xchat2: Intercept submitted lines from text box before sending to server
I am attempting to write a script in python and was wondering if there is a method to delay a line typed into the textbox/inputbox to enable some processing before it is sent to the server.
I would like to utilize python as I have already solved…

Brian Shafer
- 5
- 2
0
votes
1 answer
Pad outgoing messages
I can't quite figure out how to pad a message that I send. Basically.. I want to pad the message to the max 512 chars as defined in the RFC.
I understand that a message being sent by the user will contain user!user@hostname privmsg #chan (or…

Brian Shafer
- 5
- 2