mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-07-10 11:50:25 +02:00
Fixing some whitespace, and line endings.
This commit is contained in:
@ -23,3 +23,4 @@
|
||||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.]]
|
||||
|
||||
|
1
init.lua
1
init.lua
@ -338,7 +338,6 @@ function meta:whois(nick)
|
||||
|
||||
if result.account then
|
||||
result.account = result.account[3]
|
||||
|
||||
elseif result.registered then
|
||||
result.account = result.registered[2]
|
||||
end
|
||||
|
Reference in New Issue
Block a user