[svn] Make EXTBAN 005 token like unreal's (, instead of :).
This commit is contained in:
parent
d64fec57a1
commit
c614f4a9c9
3 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
jilles 2007/09/06 20:30:22 UTC (20070906-3566)
|
||||||
|
Log:
|
||||||
|
Remove a sentence which gives the impression that TS6 is optional.
|
||||||
|
|
||||||
|
|
||||||
|
Changes: Modified:
|
||||||
|
+1 -2 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
|
||||||
|
|
||||||
|
|
||||||
jilles 2007/08/29 22:18:31 UTC (20070829-3564)
|
jilles 2007/08/29 22:18:31 UTC (20070829-3564)
|
||||||
Log:
|
Log:
|
||||||
Clarify format of IPv6 addresses in SGML documentation.
|
Clarify format of IPv6 addresses in SGML documentation.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#define SERNO "20070829-3564"
|
#define SERNO "20070906-3566"
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: supported.c 3131 2007-01-21 15:36:31Z jilles $
|
* $Id: supported.c 3568 2007-09-09 18:59:08Z jilles $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* From the old supported.h which is
|
/* From the old supported.h which is
|
||||||
|
@ -260,7 +260,7 @@ isupport_extban(void *ptr)
|
||||||
p = get_extban_string();
|
p = get_extban_string();
|
||||||
if (EmptyString(p))
|
if (EmptyString(p))
|
||||||
return NULL;
|
return NULL;
|
||||||
ircsnprintf(result, sizeof result, "$:%s", p);
|
ircsnprintf(result, sizeof result, "$,%s", p);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue