mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-01-09 17:40:29 +01:00
Fixing some whitespace, and line endings.
This commit is contained in:
parent
339d3c9d8d
commit
50f223fe66
@ -23,3 +23,4 @@
|
|||||||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||||
OTHER DEALINGS IN THE SOFTWARE.]]
|
OTHER DEALINGS IN THE SOFTWARE.]]
|
||||||
|
|
||||||
|
@ -197,12 +197,12 @@ div.header, div.footer { margin-left: 0em; }
|
|||||||
}
|
}
|
||||||
a { font-weight:bold; color: #004080; text-decoration: underline; }
|
a { font-weight:bold; color: #004080; text-decoration: underline; }
|
||||||
|
|
||||||
#main
{
background-color: #ffffff;
border-left: 0px;
}
|
#main { background-color: #ffffff; border-left: 0px; }
|
||||||
#container
{
margin-left: 2%;
margin-right: 2%;
background-color: #ffffff;
}
|
#container { margin-left: 2%; margin-right: 2%; background-color: #ffffff; }
|
||||||
|
|
||||||
#content
{
margin-left: 0px;
padding: 1em;
border-left: 0px;
border-right: 0px;
background-color: #ffffff;
}
|
#content { margin-left: 0px; padding: 1em; border-left: 0px; border-right: 0px; background-color: #ffffff; }
|
||||||
|
|
||||||
#navigation
{
display: none;
|
#navigation { display: none;
|
||||||
}
|
}
|
||||||
pre.example {
|
pre.example {
|
||||||
font-family: "Andale Mono", monospace;
|
font-family: "Andale Mono", monospace;
|
||||||
|
1
init.lua
1
init.lua
@ -338,7 +338,6 @@ function meta:whois(nick)
|
|||||||
|
|
||||||
if result.account then
|
if result.account then
|
||||||
result.account = result.account[3]
|
result.account = result.account[3]
|
||||||
|
|
||||||
elseif result.registered then
|
elseif result.registered then
|
||||||
result.account = result.registered[2]
|
result.account = result.registered[2]
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user