~ubuntu-branches/ubuntu/vivid/znc/vivid

« back to all changes in this revision

Viewing changes to modules/modperl/startup.pl

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2014-05-09 09:55:57 UTC
  • mfrom: (34.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20140509095557-5i5ltee23m2hg96p
Tags: 1.4-1
* New upstream release.
  - Drop merged patch 01-webadmin-dos.
  - Upstream provides a changelog now. Remove lintian overrides.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# Copyright (C) 2004-2013 ZNC, see the NOTICE file for details.
 
2
# Copyright (C) 2004-2014 ZNC, see the NOTICE file for details.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
369
369
sub OnServerCapResult {}
370
370
sub OnTimerAutoJoin {}
371
371
sub OnEmbeddedWebRequest {}
 
372
sub OnAddNetwork {}
 
373
sub OnDeleteNetwork {}
372
374
 
373
375
 
374
376
# Functions of CModule will be usable from perl modules.