1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Added Lua to language names lookup

This commit is contained in:
James Booth 2013-09-15 21:49:20 +01:00
parent 7ed1fc2d9c
commit aa13586bc7

View File

@ -141,6 +141,8 @@ plugins_get_lang_string(ProfPlugin *plugin)
return "Python";
case LANG_RUBY:
return "Ruby";
case LANG_LUA:
return "Lua";
case LANG_C:
return "C";
default: