I'm using a call like this in my Python script:
xchat.command('me '+my_action)
The point is that XChat doesn't add the trailing \001 into it's ACTION
command to IRC server, which should look like
\001, then ACTION <text>, then \001 again
If I type /me <...> in the input field on the channel, it's fine. I can see
it in "raw" log window.
IRC server replies in the raw log that there's a mistake in the command,
and other users on channel see my action as if I was saying "<square
here>ACTION text".
XChat version is 2.8.6 (Gentoo Linux)
Nobody/Anonymous
None
None
Public
|
Date: 2009-11-02 02:17 I was having the same problem, and it turned out to be a simple bug in the |
|
Date: 2009-07-17 06:07 No, it isn't. Action is, for example 15 characters. The server cuts it if |
|
Date: 2009-07-17 03:57 That looks like a case of the action being too long and it gets truncated |