Comparison

plugins/mod_admin_telnet.lua @ 7361:3409773ca19a

Merge with Link Mauve
author Kim Alvefur <zash@zash.se>
date Sun, 17 Apr 2016 22:28:48 +0200
parent 7359:a5a080c12c96
child 7477:f9e470026042
comparison
equal deleted inserted replaced
7360:7a37fade5380 7361:3409773ca19a
1186 ]] 1186 ]]
1187 end 1187 end
1188 if option == "short" or option == "full" then 1188 if option == "short" or option == "full" then
1189 session.print("Welcome to the Prosody administration console. For a list of commands, type: help"); 1189 session.print("Welcome to the Prosody administration console. For a list of commands, type: help");
1190 session.print("You may find more help on using this console in our online documentation at "); 1190 session.print("You may find more help on using this console in our online documentation at ");
1191 session.print("http://prosody.im/doc/console\n"); 1191 session.print("https://prosody.im/doc/console\n");
1192 end 1192 end
1193 if option ~= "short" and option ~= "full" and option ~= "graphic" then 1193 if option ~= "short" and option ~= "full" and option ~= "graphic" then
1194 session.print(option); 1194 session.print(option);
1195 end 1195 end
1196 end 1196 end