0 Members and 3 Guests are viewing this topic.
Wait, that means it wasn't an IRC bot back then? Because running an IRC bot on the server is still possible But i heard that that checking server-side somehow nommed tons of CPU
well, they are send anyways to the db because they are stored (duh).But yeah, i /could/ write a bot that hooks up with the db but idk how much cpu it would nom
Quote from: Sorunome on August 02, 2013, 01:50:11 pmwell, they are send anyways to the db because they are stored (duh).But yeah, i /could/ write a bot that hooks up with the db but idk how much cpu it would nomIt would be so much easier if you just had a node bot acting like a server that sent the post notifications to IRC whenever a call was made by Omnimaga to it. The posting function that stores the data to the database would also make a quick call to the post bot, thus causing push notifications
Quote from: Eeems on August 02, 2013, 02:28:07 pmQuote from: Sorunome on August 02, 2013, 01:50:11 pmwell, they are send anyways to the db because they are stored (duh).But yeah, i /could/ write a bot that hooks up with the db but idk how much cpu it would nomIt would be so much easier if you just had a node bot acting like a server that sent the post notifications to IRC whenever a call was made by Omnimaga to it. The posting function that stores the data to the database would also make a quick call to the post bot, thus causing push notifications That's what I keep saying.
Quote from: Streetwalker on August 03, 2013, 02:24:16 amQuote from: Eeems on August 02, 2013, 02:28:07 pmQuote from: Sorunome on August 02, 2013, 01:50:11 pmwell, they are send anyways to the db because they are stored (duh).But yeah, i /could/ write a bot that hooks up with the db but idk how much cpu it would nomIt would be so much easier if you just had a node bot acting like a server that sent the post notifications to IRC whenever a call was made by Omnimaga to it. The posting function that stores the data to the database would also make a quick call to the post bot, thus causing push notifications That's what I keep saying. Thats why I'm reiterating it
Quote from: Eeems on August 03, 2013, 05:30:19 amQuote from: Streetwalker on August 03, 2013, 02:24:16 amQuote from: Eeems on August 02, 2013, 02:28:07 pmQuote from: Sorunome on August 02, 2013, 01:50:11 pmwell, they are send anyways to the db because they are stored (duh).But yeah, i /could/ write a bot that hooks up with the db but idk how much cpu it would nomIt would be so much easier if you just had a node bot acting like a server that sent the post notifications to IRC whenever a call was made by Omnimaga to it. The posting function that stores the data to the database would also make a quick call to the post bot, thus causing push notifications That's what I keep saying. Thats why I'm reiterating it That's why i didn't understand it JK, lol, well, but with a real push system, wouldn't that also require adding some extra stuff to the posting.php (or however it is called)
Quote from: Sorunome on August 03, 2013, 06:00:58 amQuote from: Eeems on August 03, 2013, 05:30:19 amQuote from: Streetwalker on August 03, 2013, 02:24:16 amQuote from: Eeems on August 02, 2013, 02:28:07 pmQuote from: Sorunome on August 02, 2013, 01:50:11 pmwell, they are send anyways to the db because they are stored (duh).But yeah, i /could/ write a bot that hooks up with the db but idk how much cpu it would nomIt would be so much easier if you just had a node bot acting like a server that sent the post notifications to IRC whenever a call was made by Omnimaga to it. The posting function that stores the data to the database would also make a quick call to the post bot, thus causing push notifications That's what I keep saying. Thats why I'm reiterating it That's why i didn't understand it JK, lol, well, but with a real push system, wouldn't that also require adding some extra stuff to the posting.php (or however it is called)Yes, that's what I've been saying!
Quote from: Eeems on August 03, 2013, 05:06:24 pmQuote from: Sorunome on August 03, 2013, 06:00:58 amQuote from: Eeems on August 03, 2013, 05:30:19 amQuote from: Streetwalker on August 03, 2013, 02:24:16 amQuote from: Eeems on August 02, 2013, 02:28:07 pmQuote from: Sorunome on August 02, 2013, 01:50:11 pmwell, they are send anyways to the db because they are stored (duh).But yeah, i /could/ write a bot that hooks up with the db but idk how much cpu it would nomIt would be so much easier if you just had a node bot acting like a server that sent the post notifications to IRC whenever a call was made by Omnimaga to it. The posting function that stores the data to the database would also make a quick call to the post bot, thus causing push notifications That's what I keep saying. Thats why I'm reiterating it That's why i didn't understand it JK, lol, well, but with a real push system, wouldn't that also require adding some extra stuff to the posting.php (or however it is called)Yes, that's what I've been saying! So, um, do i have admin permission to try around in that area?
Quote from: Sorunome on August 03, 2013, 05:07:13 pmQuote from: Eeems on August 03, 2013, 05:06:24 pmQuote from: Sorunome on August 03, 2013, 06:00:58 amQuote from: Eeems on August 03, 2013, 05:30:19 amQuote from: Streetwalker on August 03, 2013, 02:24:16 amQuote from: Eeems on August 02, 2013, 02:28:07 pmQuote from: Sorunome on August 02, 2013, 01:50:11 pmwell, they are send anyways to the db because they are stored (duh).But yeah, i /could/ write a bot that hooks up with the db but idk how much cpu it would nomIt would be so much easier if you just had a node bot acting like a server that sent the post notifications to IRC whenever a call was made by Omnimaga to it. The posting function that stores the data to the database would also make a quick call to the post bot, thus causing push notifications That's what I keep saying. Thats why I'm reiterating it That's why i didn't understand it JK, lol, well, but with a real push system, wouldn't that also require adding some extra stuff to the posting.php (or however it is called)Yes, that's what I've been saying! So, um, do i have admin permission to try around in that area?Yes, just do the initial coding on your machine first (so install smf locally and then test it out) before you muck around on Omni itself.