diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-06-25 20:58:45 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-06-25 20:58:45 +0000 |
commit | c638cd622d5ea5b2e14ff0d2cbea84106f551e10 (patch) | |
tree | f27bbbf08841f59f72f329694f417a1fa88c9e79 /src/protocol/ultimate3.c | |
parent | 2ea6359a1a6a0e1f80777a4d57a66d5b5064cfd6 (diff) |
BUILD : 1.7.10 (832) BUGS : NOTES : Updated Italian langfile and removed some leftovers of userban stuff
git-svn-id: svn://svn.anope.org/anope/trunk@832 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@585 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/ultimate3.c')
-rw-r--r-- | src/protocol/ultimate3.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/protocol/ultimate3.c b/src/protocol/ultimate3.c index d45e2e1ae..714e4c089 100644 --- a/src/protocol/ultimate3.c +++ b/src/protocol/ultimate3.c @@ -1600,9 +1600,9 @@ int anope_event_burst(char *source, int ac, char **av) * finished bursting. If there was no source, then our uplink * server finished bursting. -GD */ - if (!s && serv_uplink) - s = serv_uplink; - finish_sync(s, 1); + if (!s && serv_uplink) + s = serv_uplink; + finish_sync(s, 1); } return MOD_CONT; } @@ -1765,7 +1765,8 @@ int AnopeInit(int argc, char **argv) { moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + moduleAddVersion + ("$Id$"); moduleSetType(PROTOCOL); pmodule_ircd_version("UltimateIRCd 3.0.0.a26+"); |