1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

irc: rename parameter -re to -raw in command /list (closes #2124)

This commit is contained in:
Sébastien Helleu
2024-06-16 09:15:03 +02:00
parent d171c1682c
commit 740aa49271
17 changed files with 453 additions and 239 deletions
+1 -1
View File
@@ -4385,7 +4385,7 @@ TEST(IrcProtocolWithServer, 322)
CHECK_SRV("--", "#test(3): topic of channel ",
"irc_322,irc_numeric,nick_server,log3");
run_cmd_quiet ("/list -server " IRC_FAKE_SERVER " -re #test.*");
run_cmd_quiet ("/list -server " IRC_FAKE_SERVER " -raw #test.*");
CHECK_SRV("--", "#test(3): topic of channel ",
"irc_322,irc_numeric,nick_server,log3");