Difference between revisions of "Talk:ServerList"

From Mibbit Wiki
Jump to: navigation, search
m
(undernet...)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
  
 
  /*
 
  /*
* m_user
+
  * m_user
*
+
  *
* parv[0] = sender prefix
+
  * parv[0] = sender prefix
* parv[1] = username          (login name, account)
+
  * parv[1] = username          (login name, account)
* parv[2] = host name          (hostname if webchat)
+
  * parv[2] = host name          (hostname if webchat)
* parv[3] = server name        (ignored)
+
  * parv[3] = server name        (ignored)
* parv[4] = users real name info
+
  * parv[4] = users real name info
*/
+
  */
 +
----
 +
 
 +
irc://66.186.59.50/Help works - but irc://irc.undernet.org/Help says: too many connections from your host ...

Latest revision as of 14:27, 27 May 2008

If you'd modify mibbit to send the hostname using the USER token then you could also add irc.scarynet.org. Below is the way I implemented cgiirc support, and this can also be used by mibbit. (Sending the USER token the below way is doing it the right way anyways). most ircd's ignore the hostname parameter since they perform there own resolving. So I reused this to transfer the host of the connecting client between a webchat and the ircd in combination with a so-called W:Line (webchat). Your ip has been added to that list.

/*
 * m_user
 *
 * parv[0] = sender prefix
 * parv[1] = username           (login name, account)
 * parv[2] = host name          (hostname if webchat)
 * parv[3] = server name        (ignored)
 * parv[4] = users real name info
 */

irc://66.186.59.50/Help works - but irc://irc.undernet.org/Help says: too many connections from your host ...