|
@@ -39,9 +39,6 @@ extern time_t now, online_since;
|
|
|
extern int backgrd, term_z, cache_hit, cache_miss,
|
|
extern int backgrd, term_z, cache_hit, cache_miss,
|
|
|
firewallport, default_flags, conmask,
|
|
firewallport, default_flags, conmask,
|
|
|
protect_readonly, noshare, localhub,
|
|
protect_readonly, noshare, localhub,
|
|
|
-#ifdef HUB
|
|
|
|
|
- my_port,
|
|
|
|
|
-#endif /* HUB */
|
|
|
|
|
ignore_time, loading;
|
|
ignore_time, loading;
|
|
|
|
|
|
|
|
struct chanset_t *chanset = NULL; /* Channel list */
|
|
struct chanset_t *chanset = NULL; /* Channel list */
|
|
@@ -49,6 +46,10 @@ char admin[121] = ""; /* Admin info */
|
|
|
char origbotname[NICKLEN + 1];
|
|
char origbotname[NICKLEN + 1];
|
|
|
char botname[NICKLEN + 1]; /* Primary botname */
|
|
char botname[NICKLEN + 1]; /* Primary botname */
|
|
|
|
|
|
|
|
|
|
+#ifdef HUB
|
|
|
|
|
+int my_port;
|
|
|
|
|
+#endif /* HUB */
|
|
|
|
|
+
|
|
|
|
|
|
|
|
/* Remove space characters from beginning and end of string
|
|
/* Remove space characters from beginning and end of string
|
|
|
* (more efficent by Fred1)
|
|
* (more efficent by Fred1)
|