Bug #159
closed$channel returns a malformed channel name
0%
Description
When using the variable $channel in a custom command, AdiIRC returns "nel" to the channel name.
Example:
having this command:
/cop /cs op $channel $1
and using it in a channel named #anaitgames
the DAL.net server throws this error:
ChanServ< The channel #anaitgamesnel is not registered.
It happens also in other servers.
As a sidenote, after idling some time in a channel I can recieve messages from the channel, but I cannot sen any, as the program complains about not being in the channel. I'm forced to reconnect to the server to send a message. I suspect the "nel" may be the cause of this.
This happnes using AdiIRC 1.8.3 in Windows 7 RC, I don't remember this happenning in previous versions.
Updated by Per Amundsen about 15 years ago
- Status changed from New to Assigned
- Assignee set to Per Amundsen
- Target version set to 1.8.4
if you update to latest beta, the reconnect thing is fixed, ill have a look at channel variable.
Updated by Pau Ruiz Safont about 15 years ago
Issue still happens with the newest beta.
Though the error when trying to send a message after rejoining has been fixed, thanks!
Updated by Per Amundsen over 14 years ago
- Status changed from Assigned to Resolved
Just noticed there is no alias named "$channel", only "$chan", i have made both now, good catch.
Updated by Per Amundsen over 14 years ago
- Status changed from Resolved to Closed