fix defaults
This commit is contained in:
parent
2e063532a9
commit
5f77a905fa
@ -1,4 +1,6 @@
|
|||||||
server=irc.rizon.net
|
server=irc.rizon.net
|
||||||
username=probotic
|
username=probotic
|
||||||
port=6667
|
port=6667
|
||||||
admins=anon8697 emilemilemil fa11_1eaf
|
;admins=anon8697 emilemilemil fa11_1eaf
|
||||||
|
; these arent comments, but they work because
|
||||||
|
; the parser is broken enough to make it just werk
|
||||||
|
@ -78,7 +78,7 @@ str_split(char const * s, char c)
|
|||||||
|
|
||||||
for (i = 1; s[i]; ++i)
|
for (i = 1; s[i]; ++i)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (s[i] == c && s[i - 1] != c)
|
if (s[i] == c && s[i - 1] != c)
|
||||||
{
|
{
|
||||||
/* end of a token*/
|
/* end of a token*/
|
||||||
|
Reference in New Issue
Block a user