mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 15:13:14 +02:00
.
This commit is contained in:
@@ -544,3 +544,6 @@
|
||||
- Recoded /links using NS
|
||||
- Recoded /map a bit using NS, and added usercounts to Server struct
|
||||
- Some crazy time_t -> TS stuff, will save us some time in 2038
|
||||
- Fixed the "/mode #blah +Cplkf 1 moo 5:5" ( mode/#blah [+pClkf 1moo 5:5]
|
||||
problem
|
||||
|
||||
+1
-1
@@ -1450,7 +1450,7 @@ void make_mode_str(chptr, oldm, oldl, pcount, pvar, mode_buf, parabuf, bounce)
|
||||
*x++ = 'l';
|
||||
if (bounce)
|
||||
chptr->mode.limit = oldl; /* set it back */
|
||||
ircsprintf(parabuf, "%s%d", parabuf, chptr->mode.limit);
|
||||
ircsprintf(parabuf, "%s%d ", parabuf, chptr->mode.limit);
|
||||
}
|
||||
}
|
||||
/* reconstruct bkov chain */
|
||||
|
||||
Reference in New Issue
Block a user