Skip to content
Snippets Groups Projects
Commit 539390cd authored by rswindell's avatar rswindell
Browse files

IRC command now prompts for server and channel (with same default value).

parent c258da59
Branches
Tags
No related merge requests found
......@@ -64,7 +64,12 @@ cmdkey 'I'
cmdkey 'R'
crlf
exec "?irc irc.thebbs.org 6667 #Synchronet"
print "\1n\1y\1hServer and channel: "
setstr "irc.thebbs.org 6667 #Synchronet"
getstr str 50 K_EDIT|K_LINE|K_AUTODEL
if_true
exec "?irc %s"
end_if
end_cmd
cmdkey 'J'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment