Change NICKSORT_OP to NICKSORT_STAT (sorts nicks by channel status -
chanop first, then halops, voices and others). Added /SCAN -stat to sort nicks using NICKSORT_OP. Removed NICKSORT_VOICE - it was broken anyway. Removed "scan" plugin, this functionality is now covered by /SCAN -stat. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@52 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -1407,6 +1407,8 @@ BUILT_IN_COMMAND(do_scan)
|
||||
sorted = NICKSORT_NICK;
|
||||
else if (!my_strnicmp(s, "-host", 3))
|
||||
sorted = NICKSORT_HOST;
|
||||
else if (!my_strnicmp(s, "-stat", 3))
|
||||
sorted = NICKSORT_STAT;
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user