<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>Andrew Price pushed to branch master at <a href="https://projects.sucs.org/arthur/mw">Justin Mitchell / mw</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://projects.sucs.org/arthur/mw/commit/d5fffd211b1d2079d8c6b71c7b4ead9904aa1eb4">d5fffd21</a></strong>
<div>
<span>by Andrew Price</span>
<i>at 2015-11-27T17:54:10Z</i>
</div>
<pre class='commit-message'>Correct some imaginitive spellings of 'privilege'</pre>
</li>
</ul>
<h4>4 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
scripthelp/command
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
scripthelp/talkpriv
</a>
</li>
<li class='file-stats'>
<a href='#diff-2'>
src/client/main.c
</a>
</li>
<li class='file-stats'>
<a href='#diff-3'>
src/client/user.c
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://projects.sucs.org/arthur/mw/commit/d5fffd211b1d2079d8c6b71c7b4ead9904aa1eb4#diff-0'>
<strong>
scripthelp/command
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/scripthelp/command
</span><span style="color: #000000;background-color: #ddffdd">+++ b/scripthelp/command
</span><span style="color: #aaaaaa">@@ -23,7 +23,7 @@
</span> ROOM      - changes rooms
 SPLIT     - splits off the first word from a string
 BOARDEXEC - executes a board command
<span style="color: #000000;background-color: #ffdddd">-TALKPRIV  - gets users output priviledges
</span><span style="color: #000000;background-color: #ddffdd">+TALKPRIV  - gets users output privileges
</span> WHOLIST   - gets a string of user currently in talker
 
 For help on seperate topics, type '.scrhelp instruction'
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://projects.sucs.org/arthur/mw/commit/d5fffd211b1d2079d8c6b71c7b4ead9904aa1eb4#diff-1'>
<strong>
scripthelp/talkpriv
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/scripthelp/talkpriv
</span><span style="color: #000000;background-color: #ddffdd">+++ b/scripthelp/talkpriv
</span><span style="color: #aaaaaa">@@ -7,7 +7,7 @@
</span>      TALKPRIV variable
 
 DESCRIPTION
<span style="color: #000000;background-color: #ffdddd">-     Depending on what output priviledges the user has, this command
</span><span style="color: #000000;background-color: #ddffdd">+     Depending on what output privileges the user has, this command
</span>      returns a string containing the following information:
 
           empty      - no privs
</code></pre>

<br>
</li>
<li id='diff-2'>
<a href='https://projects.sucs.org/arthur/mw/commit/d5fffd211b1d2079d8c6b71c7b4ead9904aa1eb4#diff-2'>
<strong>
src/client/main.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/src/client/main.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/src/client/main.c
</span><span style="color: #aaaaaa">@@ -94,7 +94,7 @@ static char prompt[41];
</span> static char comm[MAXTEXTLENGTH];
 static int eof_count = 0;
 
<span style="color: #000000;background-color: #ffdddd">-/* are we running it as a privaledged user */
</span><span style="color: #000000;background-color: #ddffdd">+/* are we running it as a privileged user */
</span> static int god_mode(void)
 {
        /* old god mode, run as owner */
</code></pre>

<br>
</li>
<li id='diff-3'>
<a href='https://projects.sucs.org/arthur/mw/commit/d5fffd211b1d2079d8c6b71c7b4ead9904aa1eb4#diff-3'>
<strong>
src/client/user.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/src/client/user.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/src/client/user.c
</span><span style="color: #aaaaaa">@@ -153,7 +153,7 @@ static void set_defaults(struct person *tmp)
</span>   tmp->lastlogout=time(0);
        /* bugger all usage :) */
        tmp->timeused=0l;
<span style="color: #000000;background-color: #ffdddd">-        /* no talker modes or priveledges */
</span><span style="color: #000000;background-color: #ddffdd">+   /* no talker modes or privileges */
</span>   tmp->chatmode=0;
        tmp->chatprivs=0l;
        /* default timeout value */
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://projects.sucs.org/arthur/mw/commit/d5fffd211b1d2079d8c6b71c7b4ead9904aa1eb4">View it on GitLab</a>
<br>
You're receiving this email because of your account on <a href="https://projects.sucs.org/">projects.sucs.org</a>.
If you'd like to receive fewer emails, you can adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://projects.sucs.org/arthur/mw/commit/d5fffd211b1d2079d8c6b71c7b4ead9904aa1eb4"}}</script>
</p>
</div>
</body>
</html>