Loading scripthelp/command +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ [1mROOM[0m - changes rooms [1mSPLIT[0m - splits off the first word from a string [1mBOARDEXEC[0m - executes a board command [1mTALKPRIV[0m - gets users output priviledges [1mTALKPRIV[0m - gets users output privileges [1mWHOLIST[0m - gets a string of user currently in talker For help on seperate topics, type '.scrhelp [4minstruction[0m' Loading scripthelp/talkpriv +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ [1mTALKPRIV[0m [4mvariable[0m [1mDESCRIPTION[0m Depending on what output priviledges the user has, this command Depending on what output privileges the user has, this command returns a string containing the following information: empty - no privs Loading src/client/main.c +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ static char prompt[41]; static char comm[MAXTEXTLENGTH]; static int eof_count = 0; /* are we running it as a privaledged user */ /* are we running it as a privileged user */ static int god_mode(void) { /* old god mode, run as owner */ Loading src/client/user.c +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ static void set_defaults(struct person *tmp) tmp->lastlogout=time(0); /* bugger all usage :) */ tmp->timeused=0l; /* no talker modes or priveledges */ /* no talker modes or privileges */ tmp->chatmode=0; tmp->chatprivs=0l; /* default timeout value */ Loading Loading
scripthelp/command +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ [1mROOM[0m - changes rooms [1mSPLIT[0m - splits off the first word from a string [1mBOARDEXEC[0m - executes a board command [1mTALKPRIV[0m - gets users output priviledges [1mTALKPRIV[0m - gets users output privileges [1mWHOLIST[0m - gets a string of user currently in talker For help on seperate topics, type '.scrhelp [4minstruction[0m' Loading
scripthelp/talkpriv +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ [1mTALKPRIV[0m [4mvariable[0m [1mDESCRIPTION[0m Depending on what output priviledges the user has, this command Depending on what output privileges the user has, this command returns a string containing the following information: empty - no privs Loading
src/client/main.c +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ static char prompt[41]; static char comm[MAXTEXTLENGTH]; static int eof_count = 0; /* are we running it as a privaledged user */ /* are we running it as a privileged user */ static int god_mode(void) { /* old god mode, run as owner */ Loading
src/client/user.c +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ static void set_defaults(struct person *tmp) tmp->lastlogout=time(0); /* bugger all usage :) */ tmp->timeused=0l; /* no talker modes or priveledges */ /* no talker modes or privileges */ tmp->chatmode=0; tmp->chatprivs=0l; /* default timeout value */ Loading