Next>> Scroll to Bottom
Stuff goes here
L1[08:49:54] <Amanda> %locate
L2[08:49:58] <Amanda> good
L3[08:51:30] <Amanda> %lua return string.format("https://www.google.com/maps/@%f,%f,15z", (math.random(180000000) / 100000 - 90), (math.random(180000000) / 100000 - 90))
L4[08:51:30] <MichiBot> https://www.google.com/maps/@1422.337900,619.889270,15z
L5[08:51:42] <Amanda> %lua return string.format("https://www.google.com/maps/@%f,%f,15z", (math.random(180000000) / 1000000 - 90), (math.random(180000000) / 1000000 - 90))
L6[08:51:43] <MichiBot> https://www.google.com/maps/@50.957861,53.719207,15z
L7[08:52:36] <Amanda> %addcommand locate [lua] return string.format("I have located what you asked for, it is at https://www.google.com/maps/@%f,%f,15z", (math.random(180000000) / 1000000 - 90), (math.random(180000000) / 1000000 - 90))
L8[08:52:41] <Amanda> wait, what?
L9[08:52:46] <Amanda> oh...
L10[08:52:58] <Amanda> is permissions not tied to nickserv, or am I not logged into nickserv...
L11[08:53:12] <Forecaster> it should be
L12[08:53:20] <Forecaster> or wait, no it's not
L13[08:53:25] *** Amanda is now known as AmandaC
L14[08:53:28] <AmandaC> %addcommand locate [lua] return string.format("I have located what you asked for, it is at https://www.google.com/maps/@%f,%f,15z", (math.random(180000000) / 1000000 - 90), (math.random(180000000) / 1000000 - 90))
L15[08:53:34] <AmandaC> ...
L16[08:53:36] *** AmandaC is now known as Amanda
L17[08:53:58] <Forecaster> try `command add`
L18[08:54:14] <Amanda> %command add locate [lua] return string.format("I have located what you asked for, it is at https://www.google.com/maps/@%f,%f,15z", (math.random(180000000) / 1000000 - 90), (math.random(180000000) / 1000000 - 90))
L19[08:54:32] *** Amanda is now known as AmandaC
L20[08:54:35] <AmandaC> %command add locate [lua] return string.format("I have located what you asked for, it is at https://www.google.com/maps/@%f,%f,15z", (math.random(180000000) / 1000000 - 90), (math.random(180000000) / 1000000 - 90))
L21[08:54:40] <AmandaC> Hrm
L22[08:54:49] <AmandaC> Mimiru~ Forecaster broke something. D:
L23[08:56:22] *** AmandaC is now known as Amanda
L24[08:56:28] <Forecaster> %command
L25[08:56:29] <MichiBot> Forecaster: Unknown sub-command '' (Try: add, del (delete, rem, remove), addhelp, print, edit)
L26[08:56:37] <Forecaster> %command add locate [lua] return string.format("I have located what you asked for, it is at https://www.google.com/maps/@%f,%f,15z", (math.random(180000000) / 1000000 - 90), (math.random(180000000) / 1000000 - 90))
L27[08:56:39] <MichiBot> Forecaster: Command Added
L28[08:56:45] <Forecaster> ???
L29[08:56:51] <Forecaster> %locate
L30[08:56:51] <MichiBot> Forecaster: I have located what you asked for, it is at https://www.google.com/maps/@f,15z
L31[08:57:02] <Amanda> wut
L32[09:16:38] <Amanda> `command add` is set to admin
L33[09:20:53] <Amanda> the alias handling should be moved down to before MessageFomat.format, I think
L34[09:22:07] <Amanda> or just after the [lua] and [js] handling
L35[09:38:03] <Forecaster> not sure what you mean
L36[09:43:01] <Amanda> the alas matching is breaking that, it's looking for a command named `f,` and trying to replace it
L37[09:44:48] <Amanda> so https://github.com/PC-Logix/LanteaBot/blob/master/src/main/java/pcl/lc/irc/hooks/DynamicCommands.java#L373-L388 should be moved to either https://github.com/PC-Logix/LanteaBot/blob/master/src/main/java/pcl/lc/irc/hooks/DynamicCommands.java#L403 or https://github.com/PC-Logix/LanteaBot/blob/master/src/main/java/pcl/lc/irc/hooks/DynamicCommands.java#L418
L38[09:50:08] ⇨ Joins: ForeBot (ForeBot!~ForeBot@81-226-13-202-no600.tbcn.telia.com)
L39[09:50:33] <Forecaster> ?command add locate [lua] return string.format("I have located what you asked for, it is at https://www.google.com/maps/@%f,%f,15z", (math.random(180000000) / 1000000 - 90), (math.random(180000000) / 1000000 - 90))
L40[09:50:34] <ForeBot> Forecaster: Command Added
L41[09:50:38] <Forecaster> ?locate
L42[09:50:39] <ForeBot> Forecaster: I have located what you asked for, it is at https://www.google.com/maps/@-89.774773,11.445357,15z
L43[09:51:19] ⇦ Quits: ForeBot (ForeBot!~ForeBot@81-226-13-202-no600.tbcn.telia.com) (Client Quit)
L44[09:51:34] ⇨ Joins: ForeBot (ForeBot!~ForeBot@81-226-13-202-no600.tbcn.telia.com)
L45[10:11:38] <Forecaster> ?locate
L46[10:11:39] <ForeBot> Forecaster: I have located what you asked for, it is at https://www.google.com/maps/@-89.774773,11.445357,15z
L47[10:24:32] ⇦ Quits: ForeBot (ForeBot!~ForeBot@81-226-13-202-no600.tbcn.telia.com) ()
L48[10:24:55] ⇨ Joins: ForeBot (ForeBot!~ForeBot@81-226-13-202-no600.tbcn.telia.com)
L49[10:28:46] <Forecaster> ?command edit locate [lua] return string.format("I have located the '{junk_or_item}' you asked for, it is at https://www.google.com/maps/@%f,%f,15z", (math.random(180000000) / 1000000 - 90), (math.random(180000000) / 1000000 - 90))
L50[10:28:48] <ForeBot> Forecaster: Command Edited
L51[10:28:53] <Forecaster> ?locate
L52[10:28:53] <ForeBot> Forecaster: I have located the a plush rock you asked for, it is at https://www.google.com/maps/@-89.774773,11.445357,15z
L53[10:29:00] ⇦ Quits: ForeBot (ForeBot!~ForeBot@81-226-13-202-no600.tbcn.telia.com) (Client Quit)
L54[10:29:20] ⇨ Joins: ForeBot (ForeBot!~ForeBot@81-226-13-202-no600.tbcn.telia.com)
L55[10:29:25] <Forecaster> ?locate
L56[10:29:25] <ForeBot> Forecaster: I have located the plush rock you asked for, it is at https://www.google.com/maps/@-89.774773,11.445357,15z
L57[10:30:40] ⇦ Quits: ForeBot (ForeBot!~ForeBot@81-226-13-202-no600.tbcn.telia.com) (Client Quit)
L58[10:33:21] <Forecaster> %restart
L59[10:33:22] ⇦ Quits: MichiBot (MichiBot!~MichiBot@149.56.6.196) ()
L60[10:33:46] ⇨ Joins: MichiBot (MichiBot!~MichiBot@eos.pc-logix.com)
L61[10:33:46] Spock sets mode: +o on MichiBot
L62[10:34:55] <Forecaster> %command edit locate [lua] return string.format("I have located the {junk_or_item} you asked for, it is at https://www.google.com/maps/@%f,%f,15z", (math.random(180000000) / 1000000 - 90), (math.random(180000000) / 1000000 - 90))
L63[10:35:12] <Forecaster> %test
L64[10:35:14] <MichiBot> Forecaster: Success
L65[10:35:16] <Forecaster> huh
L66[10:36:57] <Forecaster> %locate
L67[10:36:57] <MichiBot> Forecaster: I have located what you asked for, it is at https://www.google.com/maps/@61.233790,-19.011073,15z
L68[10:37:08] <Forecaster> %dyntest
L69[10:37:18] <Forecaster> %command add dyntest this is dyntest
L70[10:37:19] <MichiBot> Forecaster: Command Added
L71[10:37:21] <Forecaster> hm
L72[10:37:30] <Forecaster> %command edit locate [lua] return string.format("I have located the {junk_or_item} you asked for, it is at https://www.google.com/maps/@%f,%f,15z", (math.random(180000000) / 1000000 - 90), (math.random(180000000) / 1000000 - 90))
L73[10:37:31] <MichiBot> Forecaster: Command Edited
L74[10:37:36] <Forecaster> oh, okay...
L75[10:37:41] <Forecaster> %locate
L76[10:37:49] <Forecaster> wut
L77[10:37:53] <Forecaster> %locate
L78[10:37:57] <Forecaster> ...
L79[10:41:03] <Forecaster> %command edit locate [lua] return string.format("I have located the '{junk_or_item}' you asked for, it is at https://www.google.com/maps/@%f,%f,15z", (math.random(180000000) / 1000000 - 90), (math.random(180000000) / 1000000 - 90))
L80[10:41:03] <MichiBot> Forecaster: Command Edited
L81[10:41:06] <Forecaster> %locate
L82[10:41:06] <MichiBot> Forecaster: I have located the sealed unmarked canister you asked for, it is at https://www.google.com/maps/@-29.659903,48.281328,15z
L83[10:41:11] <Forecaster> %locate
L84[10:41:13] <MichiBot> Forecaster: I have located the expired lottery ticket you asked for, it is at https://www.google.com/maps/@-40.000552,9.714593,15z
L85[10:41:20] <Forecaster> huh
L86[10:41:25] <Forecaster> how strange...
L87[12:32:35] ⇨ Joins: disentanglement (disentanglement!~gunfighte@36.68.5.107)
L88[12:35:58] ⇦ Quits: disentanglement (disentanglement!~gunfighte@36.68.5.107) (Ping timeout: 190 seconds)
L89[15:03:06] ⇦ Quits: MichiBot (MichiBot!~MichiBot@eos.pc-logix.com) ()
L90[15:03:28] ⇨ Joins: MichiBot (MichiBot!~MichiBot@149.56.6.196)
L91[15:03:28] Spock sets mode: +o on MichiBot
Next>> Scroll to Top