Factor out sorted list insertion into utility function
[clinton/bobotpp.git] / source / DCCConnection.C
index 5f2ffea..82efefc 100644 (file)
@@ -14,7 +14,7 @@
 
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #include <ctime>
 #include <string>
@@ -33,7 +33,7 @@ DCCConnection::DCCConnection(unsigned long address,
 
 DCCConnection::DCCConnection(Bot *b, String n, unsigned long address, 
                                     int port)
-  : Connection(address, port), bot(b),lastSpoken(time(0)), autoRemove(true)
+  : Connection(address, port), bot(b), nuh (n), lastSpoken(time(0)), autoRemove(true)
 { }
 
 // bool