ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/irc.c
(Generate patch)

Comparing hopm/trunk/src/irc.c (file contents):
Revision 5066 by michael, Mon Dec 22 14:32:01 2014 UTC vs.
Revision 5069 by michael, Mon Dec 22 14:57:12 2014 UTC

# Line 137 | Line 137 | static struct CommandHash COMMAND_TABLE[
137  
138   /* irc_cycle
139   *
140 < *    Pass control to the IRC portion of BOPM to handle any awaiting IRC events.
140 > *    Pass control to the IRC portion of HOPM to handle any awaiting IRC events.
141   *
142   * Parameters:
143   *    None
# Line 655 | Line 655 | void irc_timer(void)
655         * ircds (*cough* unreal *cough*) don't cause uneeded
656         * reconnections
657         */
658 <      irc_send("PING :BOPM");
658 >      irc_send("PING :HOPM");
659     }
660  
661   }
# Line 1071 | Line 1071 | static void m_notice(char **parv, unsign
1071   *
1072   * parv[0]  = source
1073   * parv[1]  = USERHOST
1074 < * parv[2]  = target (bopm)
1074 > * parv[2]  = target (hopm)
1075   * parv[3]  = :nick=(flags)user@host
1076   *
1077   *
# Line 1096 | Line 1096 | static void m_userhost(char **parv, unsi
1096   *
1097   * parv[0]  = source
1098   * parv[1]  = numeric
1099 < * parv[2]  = target (bopm)
1099 > * parv[2]  = target (hopm)
1100   * parv[3]  = channel
1101   * parv[4]  = error text
1102   *
# Line 1128 | Line 1128 | static void m_cannot_join(char **parv, u
1128   *
1129   * parv[0]  = source
1130   * parv[1]  = numeric
1131 < * parv[2]  = target (bopm)
1131 > * parv[2]  = target (hopm)
1132   * parv[3]  = channel
1133   * parv[4]  = error text
1134   *
# Line 1141 | Line 1141 | static void m_kill(char **parv, unsigned
1141     USE_VAR(msg);
1142     USE_VAR(source_p);
1143  
1144 <   /* Restart bopm to rehash */
1144 >   /* Restart hopm to rehash */
1145     main_restart();
1146   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines