]> git.donarmstrong.com Git - infobot.git/commitdiff
more multinick
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 2 Feb 2010 01:59:10 +0000 (01:59 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 2 Feb 2010 01:59:10 +0000 (01:59 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1884 c11ca15a-4712-0410-83d8-924469b57eb5

src/IRC/IrcHooks.pl

index 249667a9632abce20103e54d3fb5e7b917c4784f..158cf548283c37c25778296d9fc232c144da61c0 100644 (file)
@@ -170,12 +170,9 @@ sub on_connected {
 
     if ( scalar keys %users < 2 ) {
         &status( '!' x 40 );
-        &status(
-"!!! Ok.  Now type '/msg $ident PASS <pass>' to get master access through DCC CHAT."
-        );
+        &status("!!! Ok.  Now type '/msg $ident PASS <pass>' to get master access through DCC CHAT.");
         &status( '!' x 40 );
     }
-
     # end of first time run.
 
     if ( &IsChanConf('Wingate') > 0 ) {
@@ -213,12 +210,10 @@ sub on_connected {
     # Q, as on quakenet.org.
     if ( &IsParam('Q_pass') ) {
         &status('Authing to Q...');
-        &rawout(
-"PRIVMSG Q\@CServe.quakenet.org :AUTH $param{'Q_user'} $param{'Q_pass'}"
-        );
+        &rawout("PRIVMSG Q\@CServe.quakenet.org :AUTH $param{'Q_user'} $param{'Q_pass'}");
     }
 
-    &status('End of motd. Now lets join some channels...');
+    &status("$ident End of motd. Now lets join some channels...");
 
     #&joinNextChan();
 }