mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
PREFIXES are never to come back
This commit is contained in:
parent
2dd7ef3178
commit
ccf63004c8
8 changed files with 4 additions and 74 deletions
|
@ -50,12 +50,7 @@ pr(mc, fmt, a,b,c,d,e,f,g,h,i,j,k) {
|
|||
// weil sonst die logout-meldung den bach runtergeht
|
||||
}
|
||||
#endif
|
||||
if (!(abbrev("_message", mc)
|
||||
# ifdef PREFIXES
|
||||
|| abbrev("_prefix", mc)
|
||||
# endif
|
||||
)) {
|
||||
|
||||
if (!(abbrev("_message", mc))) {
|
||||
if (abbrev("_list", mc) || abbrev("_echo", mc))
|
||||
fmt = "|* "+ fmt;
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue